#D2A282

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

Shades of Cameo #D2A282

Tints of Cameo #D2A282

Color information

#D2A282 (or 0xD2A282) is unknown color: approx Cameo. HEX triplet: D2, A2 and 82. RGB value is (210,162,130). Sum of RGB (Red+Green+Blue) = 210+162+130=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A282 is #2D5D7D. Grayscale: #ACACAC. Windows color (decimal): -2973054 or 8561362. OLE color: 8561362.

HSL color Cylindrical-coordinate representation of color #D2A282: hue angle of 24º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2A282 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210162130-
CMYK00.230.380.18
HSL24º47.06%66.67%-
HSV(B)24º38.1%82.35%-
XYZ43.5341.1526.77-
YUV172.7103.9154.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=41.83%
G=32.27%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016213000.230.380.182447.0666.67
HexD2A2820172612182f43
Octal32224220202746223057103
Binary11010010101000101000001001011110011010010110001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A282; }

 p { color: rgb(210,162,130); }

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

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

 a { background-color: rgb(210,162,130); }

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

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

 span { border-color: rgb(210,162,130); }

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