#D2A882

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

Shades of Cameo #D2A882

Tints of Cameo #D2A882

Color information

#D2A882 (or 0xD2A882) is unknown color: approx Cameo. HEX triplet: D2, A8 and 82. RGB value is (210,168,130). Sum of RGB (Red+Green+Blue) = 210+168+130=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A882 is #2D577D. Grayscale: #B0B0B0. Windows color (decimal): -2971518 or 8562898. OLE color: 8562898.

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

Color convert

RGB210168130-
CMYK00.20.380.18
HSL28.5º47.06%66.67%-
HSV(B)28.5º38.1%82.35%-
XYZ44.6143.3227.13-
YUV176.23101.91152.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=41.34%
G=33.07%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016813000.20.380.1828.547.0666.67
HexD2A88201426121d2f43
Octal32225020202446223557103
Binary11010010101010001000001001010010011010010111011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A882; }

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

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

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

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

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

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

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

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