#D1A476

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

Shades of Cameo #D1A476

Tints of Cameo #D1A476

Color information

#D1A476 (or 0xD1A476) is unknown color: approx Cameo. HEX triplet: D1, A4 and 76. RGB value is (209,164,118). Sum of RGB (Red+Green+Blue) = 209+164+118=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A476 is #2E5B89. Grayscale: #ACACAC. Windows color (decimal): -3038090 or 7775441. OLE color: 7775441.

HSL color Cylindrical-coordinate representation of color #D1A476: hue angle of 30.33º 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 #D1A476 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209164118-
CMYK00.220.440.18
HSL30.33º49.73%64.12%-
HSV(B)30.33º43.54%81.96%-
XYZ42.8441.4122.88-
YUV172.2197.41154.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=42.57%
G=33.40%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916411800.220.440.1830.3349.7364.12
HexD1A4760162C121e3240
Octal32124416602654223662100
Binary1101000110100100111011001011010110010010111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A476; }

 p { color: rgb(209,164,118); }

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

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

 a { background-color: rgb(209,164,118); }

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

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

 span { border-color: rgb(209,164,118); }

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