#D0CA75

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

Shades of Deco #D0CA75

Tints of Deco #D0CA75

Color information

#D0CA75 (or 0xD0CA75) is unknown color: approx Deco. HEX triplet: D0, CA and 75. RGB value is (208,202,117). Sum of RGB (Red+Green+Blue) = 208+202+117=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA75 is #2F358A. Grayscale: #C2C2C2. Windows color (decimal): -3093899 or 7719632. OLE color: 7719632.

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

Color convert

RGB208202117-
CMYK00.030.440.18
HSL56.04º49.19%63.73%-
HSV(B)56.04º43.75%81.57%-
XYZ50.3456.9425.17-
YUV194.184.49137.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=39.47%
G=38.33%
B=22.20%

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
Decimal20820211700.030.440.1856.0449.1963.73
HexD0CA75032C12383140
Octal3203121650354227061100
Binary11010000110010101110101011101100100101110001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA75; }

 p { color: rgb(208,202,117); }

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

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

 a { background-color: rgb(208,202,117); }

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

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

 span { border-color: rgb(208,202,117); }

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