#D5A57B

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

Shades of Cameo #D5A57B

Tints of Cameo #D5A57B

Color information

#D5A57B (or 0xD5A57B) is unknown color: approx Cameo. HEX triplet: D5, A5 and 7B. RGB value is (213,165,123). Sum of RGB (Red+Green+Blue) = 213+165+123=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A57B is #2A5A84. Grayscale: #AEAEAE. Windows color (decimal): -2775685 or 8103381. OLE color: 8103381.

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

Color convert

RGB213165123-
CMYK00.230.420.16
HSL28º51.72%65.88%-
HSV(B)28º42.25%83.53%-
XYZ44.4742.4924.6-
YUV174.5698.9155.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=42.51%
G=32.93%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316512300.230.420.162851.7265.88
HexD5A57B0172A101c3442
Octal32524517302752203464102
Binary1101010110100101111101101011110101010000111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A57B; }

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

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

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

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

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

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

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

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