Color Hex Logo

#ddb064 Color Hex

#DDB064
(221,176,100)
0 Favorites   0 Comments

Color spaces of #ddb064

RGB 221176100
HSL0.100.640.63
HSV38°55°87°
CMYK 0.000.200.55   0.13
XYZ47.644447.342918.6836
Yxy47.34290.41910.4165
Hunter Lab68.80623.190432.0647
CIE-Lab74.40867.494444.7386

#ddb064 color RGB value is (221,176,100).

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

The process color (four color CMYK) of #ddb064 color hex is 0.00, 0.20, 0.55, 0.13. Web safe color of #ddb064 is #cc9966. Color #ddb064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 01100100
Octal 335 260 144
Decimal 221 176 100
Hex DD B0 64

RGB Percentages of Color #ddb064

%44.47
%35.41
%20.12

CMYK Percentages of Color #ddb064

%0
%20
%55
%13

Triadic Colors of #ddb064

#ddb064 #64ddb0 #b064dd

Analogous Colors of #ddb064

#ddb064 #cedd64 #dd7464

Monochromatic Colors of #ddb064

#ddb064

Complementary Color

#ddb064 #6491dd

#ddb064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb064 Color CSS Codes

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

#ddb064 Text Font Color

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

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


#ddb064 Background Color

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

This div background color is #ddb064


#ddb064 Border Color

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

This div border color is #ddb064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb064


Comments

No comments written yet.

Please login to write comment.