#D2A382

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

Shades of Cameo #D2A382

Tints of Cameo #D2A382

Color information

#D2A382 (or 0xD2A382) is unknown color: approx Cameo. HEX triplet: D2, A3 and 82. RGB value is (210,163,130). Sum of RGB (Red+Green+Blue) = 210+163+130=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A382 is #2D5C7D. Grayscale: #ADADAD. Windows color (decimal): -2972798 or 8561618. OLE color: 8561618.

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

Color convert

RGB210163130-
CMYK00.220.380.18
HSL24.75º47.06%66.67%-
HSV(B)24.75º38.1%82.35%-
XYZ43.741.5126.83-
YUV173.29103.57154.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=41.75%
G=32.41%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016313000.220.380.1824.7547.0666.67
HexD2A3820162612192f43
Octal32224320202646223157103
Binary11010010101000111000001001011010011010010110011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A382; }

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

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

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

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

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

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

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

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