#D1CF82

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

Shades of Deco #D1CF82

Tints of Deco #D1CF82

Color information

#D1CF82 (or 0xD1CF82) is unknown color: approx Deco. HEX triplet: D1, CF and 82. RGB value is (209,207,130). Sum of RGB (Red+Green+Blue) = 209+207+130=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF82 is #2E307D. Grayscale: #C7C7C7. Windows color (decimal): -3027070 or 8572881. OLE color: 8572881.

HSL color Cylindrical-coordinate representation of color #D1CF82: hue angle of 58.48º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1CF82 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209207130-
CMYK00.010.380.18
HSL58.48º46.2%66.47%-
HSV(B)58.48º37.8%81.96%-
XYZ52.6459.7929.89-
YUV198.8289.16135.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=38.28%
G=37.91%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920713000.010.380.1858.4846.266.47
HexD1CF820126123a2e42
Octal3213172020146227256102
Binary11010001110011111000001001100110100101110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF82; }

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

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

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

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

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

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

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

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