#D2A173

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

Shades of Cameo #D2A173

Tints of Cameo #D2A173

Color information

#D2A173 (or 0xD2A173) is unknown color: approx Cameo. HEX triplet: D2, A1 and 73. RGB value is (210,161,115). Sum of RGB (Red+Green+Blue) = 210+161+115=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A173 is #2D5E8C. Grayscale: #AAAAAA. Windows color (decimal): -2973325 or 7578066. OLE color: 7578066.

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

Color convert

RGB210161115-
CMYK00.230.450.18
HSL29.05º51.35%63.73%-
HSV(B)29.05º45.24%82.35%-
XYZ42.4240.4321.79-
YUV170.4196.73156.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=43.21%
G=33.13%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016111500.230.450.1829.0551.3563.73
HexD2A1730172D121d3340
Octal32224116302755223563100
Binary1101001010100001111001101011110110110010111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A173; }

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

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

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

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

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

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

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

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