#D2A075

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

Shades of Cameo #D2A075

Tints of Cameo #D2A075

Color information

#D2A075 (or 0xD2A075) is unknown color: approx Cameo. HEX triplet: D2, A0 and 75. RGB value is (210,160,117). Sum of RGB (Red+Green+Blue) = 210+160+117=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A075 is #2D5F8A. Grayscale: #AAAAAA. Windows color (decimal): -2973579 or 7708882. OLE color: 7708882.

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

Color convert

RGB210160117-
CMYK00.240.440.18
HSL27.74º50.82%64.12%-
HSV(B)27.74º44.29%82.35%-
XYZ42.3640.1322.34-
YUV170.0598.06156.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=43.12%
G=32.85%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016011700.240.440.1827.7450.8264.12
HexD2A0750182C121c3340
Octal32224016503054223463100
Binary1101001010100000111010101100010110010010111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A075; }

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

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

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

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

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

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

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

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