#D1CB75

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

Shades of Deco #D1CB75

Tints of Deco #D1CB75

Color information

#D1CB75 (or 0xD1CB75) is unknown color: approx Deco. HEX triplet: D1, CB and 75. RGB value is (209,203,117). Sum of RGB (Red+Green+Blue) = 209+203+117=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB75 is #2E348A. Grayscale: #C3C3C3. Windows color (decimal): -3028107 or 7719889. OLE color: 7719889.

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

Color convert

RGB209203117-
CMYK00.030.440.18
HSL56.09º50%63.92%-
HSV(B)56.09º44.02%81.96%-
XYZ50.8657.5525.26-
YUV194.9983.99137.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=39.51%
G=38.37%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920311700.030.440.1856.095063.92
HexD1CB75032C12383240
Octal3213131650354227062100
Binary11010001110010111110101011101100100101110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB75; }

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

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

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

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

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

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

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

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