#D5A981

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

Shades of Cameo #D5A981

Tints of Cameo #D5A981

Color information

#D5A981 (or 0xD5A981) is unknown color: approx Cameo. HEX triplet: D5, A9 and 81. RGB value is (213,169,129). Sum of RGB (Red+Green+Blue) = 213+169+129=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A981 is #2A567E. Grayscale: #B1B1B1. Windows color (decimal): -2774655 or 8497621. OLE color: 8497621.

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

Color convert

RGB213169129-
CMYK00.210.390.16
HSL28.57º50%67.06%-
HSV(B)28.57º39.44%83.53%-
XYZ45.5944.1126.88-
YUV177.6100.58153.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=41.68%
G=33.07%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316912900.210.390.1628.575067.06
HexD5A98101527101d3243
Octal32525120102547203562103
Binary11010101101010011000000101010110011110000111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A981; }

 p { color: rgb(213,169,129); }

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

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

 a { background-color: rgb(213,169,129); }

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

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

 span { border-color: rgb(213,169,129); }

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