#D5A676

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

Shades of Cameo #D5A676

Tints of Cameo #D5A676

Color information

#D5A676 (or 0xD5A676) is unknown color: approx Cameo. HEX triplet: D5, A6 and 76. RGB value is (213,166,118). Sum of RGB (Red+Green+Blue) = 213+166+118=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A676 is #2A5989. Grayscale: #AEAEAE. Windows color (decimal): -2775434 or 7775957. OLE color: 7775957.

HSL color Cylindrical-coordinate representation of color #D5A676: hue angle of 30.32º 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 #D5A676 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213166118-
CMYK00.220.450.16
HSL30.32º53.07%64.9%-
HSV(B)30.32º44.6%83.53%-
XYZ44.3542.7323.05-
YUV174.5896.07155.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=42.86%
G=33.40%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316611800.220.450.1630.3253.0764.9
HexD5A6760162D101e3541
Octal32524616602655203665101
Binary1101010110100110111011001011010110110000111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A676; }

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

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

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

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

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

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

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

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