#D5A574

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

Shades of Cameo #D5A574

Tints of Cameo #D5A574

Color information

#D5A574 (or 0xD5A574) is unknown color: approx Cameo. HEX triplet: D5, A5 and 74. RGB value is (213,165,116). Sum of RGB (Red+Green+Blue) = 213+165+116=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A574 is #2A5A8B. Grayscale: #AEAEAE. Windows color (decimal): -2775692 or 7644629. OLE color: 7644629.

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

Color convert

RGB213165116-
CMYK00.230.460.16
HSL30.31º53.59%64.51%-
HSV(B)30.31º45.54%83.53%-
XYZ44.0542.3222.37-
YUV173.7795.4155.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=43.12%
G=33.40%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316511600.230.460.1630.3153.5964.51
HexD5A5740172E101e3641
Octal32524516402756203666101
Binary1101010110100101111010001011110111010000111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A574; }

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

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

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

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

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

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

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

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