#D5A475

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

Shades of Cameo #D5A475

Tints of Cameo #D5A475

Color information

#D5A475 (or 0xD5A475) is unknown color: approx Cameo. HEX triplet: D5, A4 and 75. RGB value is (213,164,117). Sum of RGB (Red+Green+Blue) = 213+164+117=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A475 is #2A5B8A. Grayscale: #ADADAD. Windows color (decimal): -2775947 or 7709909. OLE color: 7709909.

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

Color convert

RGB213164117-
CMYK00.230.450.16
HSL29.38º53.33%64.71%-
HSV(B)29.38º45.07%83.53%-
XYZ43.9341.9822.62-
YUV173.2996.23156.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=43.12%
G=33.20%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316411700.230.450.1629.3853.3364.71
HexD5A4750172D101d3541
Octal32524416502755203565101
Binary1101010110100100111010101011110110110000111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A475; }

 p { color: rgb(213,164,117); }

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

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

 a { background-color: rgb(213,164,117); }

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

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

 span { border-color: rgb(213,164,117); }

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