#D2CD83

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

Shades of Deco #D2CD83

Tints of Deco #D2CD83

Color information

#D2CD83 (or 0xD2CD83) is unknown color: approx Deco. HEX triplet: D2, CD and 83. RGB value is (210,205,131). Sum of RGB (Red+Green+Blue) = 210+205+131=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CD83 is #2D327C. Grayscale: #C6C6C6. Windows color (decimal): -2962045 or 8637906. OLE color: 8637906.

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

Color convert

RGB210205131-
CMYK00.020.380.18
HSL56.2º46.75%66.86%-
HSV(B)56.2º37.62%82.35%-
XYZ52.515930.09-
YUV198.0690.16136.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 131 (51.56% from 255) = 23.99%
R=38.46%
G=37.55%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020513100.020.380.1856.246.7566.86
HexD2CD83022612382f43
Octal3223152030246227057103
Binary110100101100110110000011010100110100101110001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD83; }

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

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

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

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

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

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

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

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