#D3A87C

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

Shades of Cameo #D3A87C

Tints of Cameo #D3A87C

Color information

#D3A87C (or 0xD3A87C) is unknown color: approx Cameo. HEX triplet: D3, A8 and 7C. RGB value is (211,168,124). Sum of RGB (Red+Green+Blue) = 211+168+124=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A87C is #2C5783. Grayscale: #B0B0B0. Windows color (decimal): -2905988 or 8169683. OLE color: 8169683.

HSL color Cylindrical-coordinate representation of color #D3A87C: hue angle of 30.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3A87C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211168124-
CMYK00.200.410.17
HSL30.34º49.71%65.69%-
HSV(B)30.34º41.23%82.75%-
XYZ44.543.3125.08-
YUV175.8498.75153.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=41.95%
G=33.40%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116812400.200.410.1730.3449.7165.69
HexD3A87C01429111e3242
Octal32325017402451213662102
Binary1101001110101000111110001010010100110001111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A87C; }

 p { color: rgb(211,168,124); }

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

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

 a { background-color: rgb(211,168,124); }

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

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

 span { border-color: rgb(211,168,124); }

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