#d1cf78

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

Shades of Deco #D1CF78

Tints of Deco #D1CF78

Color information

#D1CF78 (or 0xD1CF78) is unknown color: approx Deco. HEX triplet: D1, CF and 78. RGB value is (209,207,120). Sum of RGB (Red+Green+Blue) = 209+207+120=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF78 is #2E3087. Grayscale: #C6C6C6. Windows color (decimal): -3027080 or 7917521. OLE color: 7917521.

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

Color convert

RGB209207120-
CMYK00.010.430.18
HSL58.65º49.17%64.51%-
HSV(B)58.65º42.58%81.96%-
XYZ5259.5426.52-
YUV197.6884.16136.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=38.99%
G=38.62%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920712000.010.430.1858.6549.1764.51
HexD1CF78012B123b3141
Octal3213171700153227361101
Binary1101000111001111111100001101011100101110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1cf78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1cf78; }

 p { color: rgb(209,207,120); }

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

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

 a { background-color: rgb(209,207,120); }

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

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

 span { border-color: rgb(209,207,120); }

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