#D2CC75

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

Shades of Deco #D2CC75

Tints of Deco #D2CC75

Color information

#D2CC75 (or 0xD2CC75) is unknown color: approx Deco. HEX triplet: D2, CC and 75. RGB value is (210,204,117). Sum of RGB (Red+Green+Blue) = 210+204+117=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC75 is #2D338A. Grayscale: #C4C4C4. Windows color (decimal): -2962315 or 7720146. OLE color: 7720146.

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

Color convert

RGB210204117-
CMYK00.030.440.18
HSL56.13º50.82%64.12%-
HSV(B)56.13º44.29%82.35%-
XYZ51.3858.1725.35-
YUV195.8883.49138.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=39.55%
G=38.42%
B=22.03%

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
Decimal21020411700.030.440.1856.1350.8264.12
HexD2CC75032C12383340
Octal3223141650354227063100
Binary11010010110011001110101011101100100101110001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC75; }

 p { color: rgb(210,204,117); }

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

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

 a { background-color: rgb(210,204,117); }

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

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

 span { border-color: rgb(210,204,117); }

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