#D1CD83

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

Shades of Deco #D1CD83

Tints of Deco #D1CD83

Color information

#D1CD83 (or 0xD1CD83) is unknown color: approx Deco. HEX triplet: D1, CD and 83. RGB value is (209,205,131). Sum of RGB (Red+Green+Blue) = 209+205+131=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD83 is #2E327C. Grayscale: #C6C6C6. Windows color (decimal): -3027581 or 8637905. OLE color: 8637905.

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

Color convert

RGB209205131-
CMYK00.020.370.18
HSL56.92º45.88%66.67%-
HSV(B)56.92º37.32%81.96%-
XYZ52.2258.8630.08-
YUV197.7690.33136.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=38.35%
G=37.61%
B=24.04%

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
Decimal20920513100.020.370.1856.9245.8866.67
HexD1CD83022512392e43
Octal3213152030245227156103
Binary110100011100110110000011010100101100101110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD83; }

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

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

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

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

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

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

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

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