#D1CD84

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

Shades of Deco #D1CD84

Tints of Deco #D1CD84

Color information

#D1CD84 (or 0xD1CD84) is unknown color: approx Deco. HEX triplet: D1, CD and 84. RGB value is (209,205,132). Sum of RGB (Red+Green+Blue) = 209+205+132=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD84 is #2E327B. Grayscale: #C6C6C6. Windows color (decimal): -3027580 or 8703441. OLE color: 8703441.

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

Color convert

RGB209205132-
CMYK00.020.370.18
HSL56.88º45.56%66.86%-
HSV(B)56.88º36.84%81.96%-
XYZ52.2958.8830.44-
YUV197.8790.83135.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=38.28%
G=37.55%
B=24.18%

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
Decimal20920513200.020.370.1856.8845.5666.86
HexD1CD84022512392e43
Octal3213152040245227156103
Binary110100011100110110000100010100101100101110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD84; }

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

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

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

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

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

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

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

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