#D1CC7D

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

Shades of Deco #D1CC7D

Tints of Deco #D1CC7D

Color information

#D1CC7D (or 0xD1CC7D) is unknown color: approx Deco. HEX triplet: D1, CC and 7D. RGB value is (209,204,125). Sum of RGB (Red+Green+Blue) = 209+204+125=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC7D is #2E3382. Grayscale: #C4C4C4. Windows color (decimal): -3027843 or 8244433. OLE color: 8244433.

HSL color Cylindrical-coordinate representation of color #D1CC7D: hue angle of 56.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1CC7D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB209204125-
CMYK00.020.400.18
HSL56.43º47.73%65.49%-
HSV(B)56.43º40.19%81.96%-
XYZ51.5958.2227.92-
YUV196.4987.66136.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=38.85%
G=37.92%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920412500.020.400.1856.4347.7365.49
HexD1CC7D022812383041
Octal3213141750250227060101
Binary11010001110011001111101010101000100101110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC7D; }

 p { color: rgb(209,204,125); }

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

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

 a { background-color: rgb(209,204,125); }

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

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

 span { border-color: rgb(209,204,125); }

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