#D1CE88

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

Shades of Deco #D1CE88

Tints of Deco #D1CE88

Color information

#D1CE88 (or 0xD1CE88) is unknown color: approx Deco. HEX triplet: D1, CE and 88. RGB value is (209,206,136). Sum of RGB (Red+Green+Blue) = 209+206+136=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CE88 is #2E3177. Grayscale: #C7C7C7. Windows color (decimal): -3027320 or 8965841. OLE color: 8965841.

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

Color convert

RGB209206136-
CMYK00.010.350.18
HSL57.53º44.24%67.65%-
HSV(B)57.53º34.93%81.96%-
XYZ52.8159.4831.99-
YUV198.9292.49135.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=37.93%
G=37.39%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920613600.010.350.1857.5344.2467.65
HexD1CE880123123a2c44
Octal3213162100143227254104
Binary11010001110011101000100001100011100101110101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE88; }

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

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

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

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

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

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

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

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