Color Hex Logo

#ddc53f Color Hex

#DDC53F
(221,197,63)
0 Favorites   0 Comments

Color spaces of #ddc53f

RGB 22119763
HSL0.140.700.56
HSV51°71°87°
CMYK 0.000.110.71   0.13
XYZ50.682255.663512.7755
Yxy55.66350.42550.4673
Hunter Lab74.6080-9.306542.0731
CIE-Lab79.4219-5.846766.6086

#ddc53f color RGB value is (221,197,63).

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

The process color (four color CMYK) of #ddc53f color hex is 0.00, 0.11, 0.71, 0.13. Web safe color of #ddc53f is #cccc33. Color #ddc53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 00111111
Octal 335 305 77
Decimal 221 197 63
Hex DD C5 3F

RGB Percentages of Color #ddc53f

%45.95
%40.96
%13.10

CMYK Percentages of Color #ddc53f

%0
%11
%71
%13

Triadic Colors of #ddc53f

#ddc53f #3fddc5 #c53fdd

Analogous Colors of #ddc53f

#ddc53f #a6dd3f #dd763f

Monochromatic Colors of #ddc53f

#ddc53f

Complementary Color

#ddc53f #3f57dd

#ddc53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc53f Color CSS Codes

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

#ddc53f Text Font Color

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

This sample text font color is #ddc53f
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.


#ddc53f Background Color

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

This div background color is #ddc53f


#ddc53f Border Color

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

This div border color is #ddc53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc53f


Comments

No comments written yet.

Please login to write comment.