#D2CD78

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

Shades of Deco #D2CD78

Tints of Deco #D2CD78

Color information

#D2CD78 (or 0xD2CD78) is unknown color: approx Deco. HEX triplet: D2, CD and 78. RGB value is (210,205,120). Sum of RGB (Red+Green+Blue) = 210+205+120=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD78 is #2D3287. Grayscale: #C5C5C5. Windows color (decimal): -2962056 or 7917010. OLE color: 7917010.

HSL color Cylindrical-coordinate representation of color #D2CD78: hue angle of 56.67º 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 #D2CD78 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210205120-
CMYK00.020.430.18
HSL56.67º50%64.71%-
HSV(B)56.67º42.86%82.35%-
XYZ51.858.7226.37-
YUV196.884.66137.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=39.25%
G=38.32%
B=22.43%

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
Decimal21020512000.020.430.1856.675064.71
HexD2CD78022B12393241
Octal3223151700253227162101
Binary11010010110011011111000010101011100101110011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD78; }

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

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

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

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

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

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

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

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