#D5A877

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

Shades of Cameo #D5A877

Tints of Cameo #D5A877

Color information

#D5A877 (or 0xD5A877) is unknown color: approx Cameo. HEX triplet: D5, A8 and 77. RGB value is (213,168,119). Sum of RGB (Red+Green+Blue) = 213+168+119=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A877 is #2A5788. Grayscale: #B0B0B0. Windows color (decimal): -2774921 or 7842005. OLE color: 7842005.

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

Color convert

RGB213168119-
CMYK00.210.440.16
HSL31.28º52.81%65.1%-
HSV(B)31.28º44.13%83.53%-
XYZ44.7743.4823.49-
YUV175.8795.91154.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=42.6%
G=33.6%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316811900.210.440.1631.2852.8165.1
HexD5A8770152C101f3541
Octal32525016702554203765101
Binary1101010110101000111011101010110110010000111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A877; }

 p { color: rgb(213,168,119); }

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

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

 a { background-color: rgb(213,168,119); }

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

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

 span { border-color: rgb(213,168,119); }

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