#D2CE78

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

Shades of Deco #D2CE78

Tints of Deco #D2CE78

Color information

#D2CE78 (or 0xD2CE78) is unknown color: approx Deco. HEX triplet: D2, CE and 78. RGB value is (210,206,120). Sum of RGB (Red+Green+Blue) = 210+206+120=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE78 is #2D3187. Grayscale: #C5C5C5. Windows color (decimal): -2961800 or 7917266. OLE color: 7917266.

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

Color convert

RGB210206120-
CMYK00.020.430.18
HSL57.33º50%64.71%-
HSV(B)57.33º42.86%82.35%-
XYZ52.0459.226.45-
YUV197.3984.33136.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=39.18%
G=38.43%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020612000.020.430.1857.335064.71
HexD2CE78022B12393241
Octal3223161700253227162101
Binary11010010110011101111000010101011100101110011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE78; }

 p { color: rgb(210,206,120); }

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

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

 a { background-color: rgb(210,206,120); }

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

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

 span { border-color: rgb(210,206,120); }

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