#D0CC78

Color #D0CC78 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D0CC78

Tints of Deco #D0CC78

Color information

#D0CC78 (or 0xD0CC78) is unknown color: approx Deco. HEX triplet: D0, CC and 78. RGB value is (208,204,120). Sum of RGB (Red+Green+Blue) = 208+204+120=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC78 is #2F3387. Grayscale: #C3C3C3. Windows color (decimal): -3093384 or 7916752. OLE color: 7916752.

HSL color Cylindrical-coordinate representation of color #D0CC78: hue angle of 57.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0CC78 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208204120-
CMYK00.020.420.18
HSL57.27º48.35%64.31%-
HSV(B)57.27º42.31%81.57%-
XYZ5157.9526.27-
YUV195.6285.33136.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 120 (47.27% from 255) = 22.56%
R=39.10%
G=38.35%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820412000.020.420.1857.2748.3564.31
HexD0CC78022A12393040
Octal3203141700252227160100
Binary11010000110011001111000010101010100101110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CC78; }

 p { color: rgb(208,204,120); }

 H1.HeaderClassName
 {
   color: #D0CC78;
 }
 .AnyTagClassName
 {
   color: #D0CC78;
 }
</style>
background-color css

<style>
 a { background-color: #D0CC78; }

 a { background-color: rgb(208,204,120); }

 div.DivClassName
 {
   background-color: #D0CC78;
 }
 .BgClassName
 {
   background-color: #D0CC78;
 }
</style>
border-color css

<style>
 span { border-color: #D0CC78; }

 span { border-color: rgb(208,204,120); }

 td.TdClassName
 {
   border-color: #D0CC78;
 }
 .TagClassName
 {
   border-color: #D0CC78;
 }
</style>