#D1CE76

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

Shades of Deco #D1CE76

Tints of Deco #D1CE76

Color information

#D1CE76 (or 0xD1CE76) is unknown color: approx Deco. HEX triplet: D1, CE and 76. RGB value is (209,206,118). Sum of RGB (Red+Green+Blue) = 209+206+118=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE76 is #2E3189. Grayscale: #C5C5C5. Windows color (decimal): -3027338 or 7786193. OLE color: 7786193.

HSL color Cylindrical-coordinate representation of color #D1CE76: hue angle of 58.02º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1CE76 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209206118-
CMYK00.010.440.18
HSL58.02º49.73%64.12%-
HSV(B)58.02º43.54%81.96%-
XYZ51.6459.0125.81-
YUV196.8683.49136.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 118 (46.48% from 255) = 22.14%
R=39.21%
G=38.65%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920611800.010.440.1858.0249.7364.12
HexD1CE76012C123a3240
Octal3213161660154227262100
Binary1101000111001110111011001101100100101110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE76; }

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

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

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

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

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

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

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

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