#D1A17F

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

Shades of Cameo #D1A17F

Tints of Cameo #D1A17F

Color information

#D1A17F (or 0xD1A17F) is unknown color: approx Cameo. HEX triplet: D1, A1 and 7F. RGB value is (209,161,127). Sum of RGB (Red+Green+Blue) = 209+161+127=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A17F is #2E5E80. Grayscale: #ABABAB. Windows color (decimal): -3038849 or 8364497. OLE color: 8364497.

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

Color convert

RGB209161127-
CMYK00.230.390.18
HSL24.88º47.13%65.88%-
HSV(B)24.88º39.23%81.96%-
XYZ42.8740.5825.65-
YUV171.48102.9154.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 127 (50% from 255) = 25.55%
R=42.05%
G=32.39%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916112700.230.390.1824.8847.1365.88
HexD1A17F0172712192f42
Octal32124117702747223157102
Binary1101000110100001111111101011110011110010110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A17F; }

 p { color: rgb(209,161,127); }

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

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

 a { background-color: rgb(209,161,127); }

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

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

 span { border-color: rgb(209,161,127); }

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