Color Hex Logo

#ddb578 Color Hex

#DDB578
(221,181,120)
0 Favorites   0 Comments

Color spaces of #ddb578

RGB 221181120
HSL0.100.600.67
HSV36°46°87°
CMYK 0.000.180.46   0.13
XYZ49.732849.776024.7558
Yxy49.77600.40020.4006
Hunter Lab70.55212.360028.5824
CIE-Lab75.93166.650336.4346

#ddb578 color RGB value is (221,181,120).

#ddb578 hex color red value is 221, green value is 181 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ddb578 hue: 0.10 , saturation: 0.60 and the lightness value of ddb578 is 0.67.

The process color (four color CMYK) of #ddb578 color hex is 0.00, 0.18, 0.46, 0.13. Web safe color of #ddb578 is #cccc66. Color #ddb578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 01111000
Octal 335 265 170
Decimal 221 181 120
Hex DD B5 78

RGB Percentages of Color #ddb578

%42.34
%34.67
%22.99

CMYK Percentages of Color #ddb578

%0
%18
%46
%13

Triadic Colors of #ddb578

#ddb578 #78ddb5 #b578dd

Analogous Colors of #ddb578

#ddb578 #d3dd78 #dd8378

Monochromatic Colors of #ddb578

#ddb578

Complementary Color

#ddb578 #78a0dd

#ddb578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb578 Color CSS Codes

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

#ddb578 Text Font Color

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

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


#ddb578 Background Color

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

This div background color is #ddb578


#ddb578 Border Color

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

This div border color is #ddb578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb578


Comments

No comments written yet.

Please login to write comment.