#D2A37C

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

Shades of Cameo #D2A37C

Tints of Cameo #D2A37C

Color information

#D2A37C (or 0xD2A37C) is unknown color: approx Cameo. HEX triplet: D2, A3 and 7C. RGB value is (210,163,124). Sum of RGB (Red+Green+Blue) = 210+163+124=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A37C is #2D5C83. Grayscale: #ACACAC. Windows color (decimal): -2972804 or 8168402. OLE color: 8168402.

HSL color Cylindrical-coordinate representation of color #D2A37C: hue angle of 27.21º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2A37C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210163124-
CMYK00.220.410.18
HSL27.21º48.86%65.49%-
HSV(B)27.21º40.95%82.35%-
XYZ43.3141.3524.77-
YUV172.61100.57154.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=42.25%
G=32.80%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016312400.220.410.1827.2148.8665.49
HexD2A37C01629121b3141
Octal32224317402651223361101
Binary1101001010100011111110001011010100110010110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A37C; }

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

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

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

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

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

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

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

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