#D1CC73

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

Shades of Deco #D1CC73

Tints of Deco #D1CC73

Color information

#D1CC73 (or 0xD1CC73) is unknown color: approx Deco. HEX triplet: D1, CC and 73. RGB value is (209,204,115). Sum of RGB (Red+Green+Blue) = 209+204+115=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC73 is #2E338C. Grayscale: #C3C3C3. Windows color (decimal): -3027853 or 7589073. OLE color: 7589073.

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

Color convert

RGB209204115-
CMYK00.020.450.18
HSL56.81º50.54%63.53%-
HSV(B)56.81º44.98%81.96%-
XYZ50.9857.9824.72-
YUV195.3582.66137.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 115 (45.31% from 255) = 21.78%
R=39.58%
G=38.64%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920411500.020.450.1856.8150.5463.53
HexD1CC73022D12393340
Octal3213141630255227163100
Binary11010001110011001110011010101101100101110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC73; }

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

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

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

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

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

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

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

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