Color Hex Logo

#ddd064 Color Hex

#DDD064
(221,208,100)
0 Favorites   0 Comments

Color spaces of #ddd064

RGB 221208100
HSL0.150.640.63
HSV54°55°87°
CMYK 0.000.060.55   0.13
XYZ54.674961.404021.0271
Yxy61.40400.39880.4479
Hunter Lab78.3607-12.585838.9428
CIE-Lab82.5955-9.146554.3890

#ddd064 color RGB value is (221,208,100).

#ddd064 hex color red value is 221, green value is 208 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ddd064 hue: 0.15 , saturation: 0.64 and the lightness value of ddd064 is 0.63.

The process color (four color CMYK) of #ddd064 color hex is 0.00, 0.06, 0.55, 0.13. Web safe color of #ddd064 is #cccc66. Color #ddd064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 01100100
Octal 335 320 144
Decimal 221 208 100
Hex DD D0 64

RGB Percentages of Color #ddd064

%41.78
%39.32
%18.90

CMYK Percentages of Color #ddd064

%0
%6
%55
%13

Triadic Colors of #ddd064

#ddd064 #64ddd0 #d064dd

Analogous Colors of #ddd064

#ddd064 #aedd64 #dd9464

Monochromatic Colors of #ddd064

#ddd064

Complementary Color

#ddd064 #6471dd

#ddd064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd064 Color CSS Codes

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

#ddd064 Text Font Color

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

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


#ddd064 Background Color

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

This div background color is #ddd064


#ddd064 Border Color

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

This div border color is #ddd064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd064


Comments

No comments written yet.

Please login to write comment.