#D5A579

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

Shades of Cameo #D5A579

Tints of Cameo #D5A579

Color information

#D5A579 (or 0xD5A579) is unknown color: approx Cameo. HEX triplet: D5, A5 and 79. RGB value is (213,165,121). Sum of RGB (Red+Green+Blue) = 213+165+121=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A579 is #2A5A86. Grayscale: #AEAEAE. Windows color (decimal): -2775687 or 7972309. OLE color: 7972309.

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

Color convert

RGB213165121-
CMYK00.230.430.16
HSL28.7º52.27%65.49%-
HSV(B)28.7º43.19%83.53%-
XYZ44.3542.4423.94-
YUV174.3497.9155.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=42.69%
G=33.07%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316512100.230.430.1628.752.2765.49
HexD5A5790172B101d3441
Octal32524517102753203564101
Binary1101010110100101111100101011110101110000111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A579; }

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

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

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

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

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

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

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

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