#D1A074

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

Shades of Cameo #D1A074

Tints of Cameo #D1A074

Color information

#D1A074 (or 0xD1A074) is unknown color: approx Cameo. HEX triplet: D1, A0 and 74. RGB value is (209,160,116). Sum of RGB (Red+Green+Blue) = 209+160+116=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A074 is #2E5F8B. Grayscale: #A9A9A9. Windows color (decimal): -3039116 or 7643345. OLE color: 7643345.

HSL color Cylindrical-coordinate representation of color #D1A074: hue angle of 28.39º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1A074 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209160116-
CMYK00.230.440.18
HSL28.39º50.27%63.73%-
HSV(B)28.39º44.5%81.96%-
XYZ42.0239.9622.02-
YUV169.6497.73156.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=43.09%
G=32.99%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916011600.230.440.1828.3950.2763.73
HexD1A0740172C121c3240
Octal32124016402754223462100
Binary1101000110100000111010001011110110010010111001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A074; }

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

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

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

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

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

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

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

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