#D1CE82

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

Shades of Deco #D1CE82

Tints of Deco #D1CE82

Color information

#D1CE82 (or 0xD1CE82) is unknown color: approx Deco. HEX triplet: D1, CE and 82. RGB value is (209,206,130). Sum of RGB (Red+Green+Blue) = 209+206+130=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CE82 is #2E317D. Grayscale: #C6C6C6. Windows color (decimal): -3027326 or 8572625. OLE color: 8572625.

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

Color convert

RGB209206130-
CMYK00.010.380.18
HSL57.72º46.2%66.47%-
HSV(B)57.72º37.8%81.96%-
XYZ52.459.3129.81-
YUV198.2389.49135.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=38.35%
G=37.80%
B=23.85%

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
Decimal20920613000.010.380.1857.7246.266.47
HexD1CE820126123a2e42
Octal3213162020146227256102
Binary11010001110011101000001001100110100101110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE82; }

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

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

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

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

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

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

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

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