Color Hex Logo

#ddc078 Color Hex

#DDC078
(221,192,120)
0 Favorites   0 Comments

Color spaces of #ddc078

RGB 221192120
HSL0.120.600.67
HSV43°46°87°
CMYK 0.000.130.46   0.13
XYZ52.058654.427525.5311
Yxy54.42750.39430.4123
Hunter Lab73.7750-3.149531.1242
CIE-Lab78.71040.858139.9644

#ddc078 color RGB value is (221,192,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01111000
Octal 335 300 170
Decimal 221 192 120
Hex DD C0 78

RGB Percentages of Color #ddc078

%41.46
%36.02
%22.51

CMYK Percentages of Color #ddc078

%0
%13
%46
%13

Triadic Colors of #ddc078

#ddc078 #78ddc0 #c078dd

Analogous Colors of #ddc078

#ddc078 #c8dd78 #dd8e78

Monochromatic Colors of #ddc078

#ddc078

Complementary Color

#ddc078 #7895dd

#ddc078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc078 Color CSS Codes

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

#ddc078 Text Font Color

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

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


#ddc078 Background Color

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

This div background color is #ddc078


#ddc078 Border Color

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

This div border color is #ddc078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc078


Comments

No comments written yet.

Please login to write comment.