#D5A576

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

Shades of Cameo #D5A576

Tints of Cameo #D5A576

Color information

#D5A576 (or 0xD5A576) is unknown color: approx Cameo. HEX triplet: D5, A5 and 76. RGB value is (213,165,118). Sum of RGB (Red+Green+Blue) = 213+165+118=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A576 is #2A5A89. Grayscale: #AEAEAE. Windows color (decimal): -2775690 or 7775701. OLE color: 7775701.

HSL color Cylindrical-coordinate representation of color #D5A576: hue angle of 29.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5A576 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213165118-
CMYK00.230.450.16
HSL29.68º53.07%64.9%-
HSV(B)29.68º44.6%83.53%-
XYZ44.1742.3622.99-
YUV173.9996.4155.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=42.94%
G=33.27%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316511800.230.450.1629.6853.0764.9
HexD5A5760172D101e3541
Octal32524516602755203665101
Binary1101010110100101111011001011110110110000111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A576; }

 p { color: rgb(213,165,118); }

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

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

 a { background-color: rgb(213,165,118); }

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

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

 span { border-color: rgb(213,165,118); }

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