#D1CC83

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

Shades of Deco #D1CC83

Tints of Deco #D1CC83

Color information

#D1CC83 (or 0xD1CC83) is unknown color: approx Deco. HEX triplet: D1, CC and 83. RGB value is (209,204,131). Sum of RGB (Red+Green+Blue) = 209+204+131=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CC83 is #2E337C. Grayscale: #C5C5C5. Windows color (decimal): -3027837 or 8637649. OLE color: 8637649.

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

Color convert

RGB209204131-
CMYK00.020.370.18
HSL56.15º45.88%66.67%-
HSV(B)56.15º37.32%81.96%-
XYZ51.9858.3830-
YUV197.1790.66136.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=38.42%
G=37.5%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920413100.020.370.1856.1545.8866.67
HexD1CC83022512382e43
Octal3213142030245227056103
Binary110100011100110010000011010100101100101110001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC83; }

 p { color: rgb(209,204,131); }

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

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

 a { background-color: rgb(209,204,131); }

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

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

 span { border-color: rgb(209,204,131); }

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