#D4A074

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

Shades of Cameo #D4A074

Tints of Cameo #D4A074

Color information

#D4A074 (or 0xD4A074) is unknown color: approx Cameo. HEX triplet: D4, A0 and 74. RGB value is (212,160,116). Sum of RGB (Red+Green+Blue) = 212+160+116=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A074 is #2B5F8B. Grayscale: #AAAAAA. Windows color (decimal): -2842508 or 7643348. OLE color: 7643348.

HSL color Cylindrical-coordinate representation of color #D4A074: hue angle of 27.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A074 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212160116-
CMYK00.250.450.17
HSL27.5º52.75%64.31%-
HSV(B)27.5º45.28%83.14%-
XYZ42.8740.422.06-
YUV170.5397.23157.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=43.44%
G=32.79%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216011600.250.450.1727.552.7564.31
HexD4A0740192D111c3540
Octal32424016403155213465100
Binary1101010010100000111010001100110110110001111001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A074; }

 p { color: rgb(212,160,116); }

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

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

 a { background-color: rgb(212,160,116); }

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

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

 span { border-color: rgb(212,160,116); }

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