#D2A183

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

Shades of Cameo #D2A183

Tints of Cameo #D2A183

Color information

#D2A183 (or 0xD2A183) is unknown color: approx Cameo. HEX triplet: D2, A1 and 83. RGB value is (210,161,131). Sum of RGB (Red+Green+Blue) = 210+161+131=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A183 is #2D5E7C. Grayscale: #ACACAC. Windows color (decimal): -2973309 or 8626642. OLE color: 8626642.

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

Color convert

RGB210161131-
CMYK00.230.380.18
HSL22.78º46.75%66.86%-
HSV(B)22.78º37.62%82.35%-
XYZ43.4240.8327.07-
YUV172.23104.73154.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=41.83%
G=32.07%
B=26.10%

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
Decimal21016113100.230.380.1822.7846.7566.86
HexD2A1830172612172f43
Octal32224120302746222757103
Binary11010010101000011000001101011110011010010101111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A183; }

 p { color: rgb(210,161,131); }

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

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

 a { background-color: rgb(210,161,131); }

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

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

 span { border-color: rgb(210,161,131); }

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