#D1A676

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

Shades of Cameo #D1A676

Tints of Cameo #D1A676

Color information

#D1A676 (or 0xD1A676) is unknown color: approx Cameo. HEX triplet: D1, A6 and 76. RGB value is (209,166,118). Sum of RGB (Red+Green+Blue) = 209+166+118=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A676 is #2E5989. Grayscale: #ADADAD. Windows color (decimal): -3037578 or 7775953. OLE color: 7775953.

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

Color convert

RGB209166118-
CMYK00.210.440.18
HSL31.65º49.73%64.12%-
HSV(B)31.65º43.54%81.96%-
XYZ43.242.1423-
YUV173.3896.75153.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=42.39%
G=33.67%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916611800.210.440.1831.6549.7364.12
HexD1A6760152C12203240
Octal32124616602554224062100
Binary11010001101001101110110010101101100100101000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A676; }

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

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

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

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

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

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

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

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