color codes Logo

#ddc53c color codes

#DDC53C
(221,197,60)
0 Favorites   0 Comments

Color spaces of #ddc53c

RGB 22119760
HSL0.140.700.55
HSV51°73°87°
CMYK 0.000.110.73   0.13
XYZ50.600755.630912.3459
Yxy55.63090.42670.4692
Hunter Lab74.5861-9.427842.3963
CIE-Lab79.4033-5.983867.6865

#ddc53c color RGB value is (221,197,60).

#ddc53c hex color red value is 221, green value is 197 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ddc53c hue: 0.14 , saturation: 0.70 and the lightness value of ddc53c is 0.55.

The process color (four color CMYK) of #ddc53c color code is 0.00, 0.11, 0.73, 0.13. Web safe color of #ddc53c is #cccc33. Color #ddc53c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 00111100
Octal 335 305 74
Decimal 221 197 60
Hex DD C5 3C

RGB Percentages of Color #ddc53c

%46.23
%41.21
%12.55

CMYK Percentages of Color #ddc53c

%0
%11
%73
%13

Triadic Colors of #ddc53c

#ddc53c #3cddc5 #c53cdd

Analogous Colors of #ddc53c

#ddc53c #a5dd3c #dd753c

Monochromatic Colors of #ddc53c

#ddc53c

Complementary Color

#ddc53c #3c54dd

#ddc53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc53c Color CSS Codes

.mybgcolor {background-color:#ddc53c; } 
.myforecolor {color:#ddc53c; }
.mybordercolor {border:3px solid #ddc53c; }

#ddc53c Text Font Color

<p style="color:#ddc53c">Text here</p>

This sample text font color is #ddc53c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc53c Background Color

<div style="background-color:#ddc53c">
Div content here</div>

This div background color is #ddc53c


#ddc53c Border Color

<div style="border:3px solid #ddc53c">
Div here</div>

This div border color is #ddc53c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,197,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc53c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc53c;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc53c;
  box-shadow:         1px 1px 3px 2px #ddc53c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,197,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc53c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc53c;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc53c;
  box-shadow:         1px 1px 3px 2px #ddc53c;">
Div content here</div>

This div box has shadow with color #ddc53c


Comments

No comments written yet.

Please login to write comment.