Color Hex Logo

#ddc64f Color Hex

#DDC64F
(221,198,79)
0 Favorites   0 Comments

Color spaces of #ddc64f

RGB 22119879
HSL0.140.680.59
HSV50°64°87°
CMYK 0.000.100.64   0.13
XYZ51.424256.324815.5586
Yxy56.32480.41700.4568
Hunter Lab75.0499-9.028940.2435
CIE-Lab79.7983-5.500060.6092

#ddc64f color RGB value is (221,198,79).

#ddc64f hex color red value is 221, green value is 198 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ddc64f hue: 0.14 , saturation: 0.68 and the lightness value of ddc64f is 0.59.

The process color (four color CMYK) of #ddc64f color hex is 0.00, 0.10, 0.64, 0.13. Web safe color of #ddc64f is #cccc66. Color #ddc64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 01001111
Octal 335 306 117
Decimal 221 198 79
Hex DD C6 4F

RGB Percentages of Color #ddc64f

%44.38
%39.76
%15.86

CMYK Percentages of Color #ddc64f

%0
%10
%64
%13

Triadic Colors of #ddc64f

#ddc64f #4fddc6 #c64fdd

Analogous Colors of #ddc64f

#ddc64f #addd4f #dd7f4f

Monochromatic Colors of #ddc64f

#ddc64f

Complementary Color

#ddc64f #4f66dd

#ddc64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc64f Color CSS Codes

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

#ddc64f Text Font Color

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

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


#ddc64f Background Color

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

This div background color is #ddc64f


#ddc64f Border Color

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

This div border color is #ddc64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc64f


Comments

No comments written yet.

Please login to write comment.