#D1CE75

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

Shades of Deco #D1CE75

Tints of Deco #D1CE75

Color information

#D1CE75 (or 0xD1CE75) is unknown color: approx Deco. HEX triplet: D1, CE and 75. RGB value is (209,206,117). Sum of RGB (Red+Green+Blue) = 209+206+117=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE75 is #2E318A. Grayscale: #C5C5C5. Windows color (decimal): -3027339 or 7720657. OLE color: 7720657.

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

Color convert

RGB209206117-
CMYK00.010.440.18
HSL58.04º50%63.92%-
HSV(B)58.04º44.02%81.96%-
XYZ51.5858.9825.5-
YUV196.7582.99136.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=39.29%
G=38.72%
B=21.99%

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
Decimal20920611700.010.440.1858.045063.92
HexD1CE75012C123a3240
Octal3213161650154227262100
Binary1101000111001110111010101101100100101110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE75; }

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

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

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

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

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

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

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

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