#D1AB8A

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

Shades of Cameo #D1AB8A

Tints of Cameo #D1AB8A

Color information

#D1AB8A (or 0xD1AB8A) is unknown color: approx Cameo. HEX triplet: D1, AB and 8A. RGB value is (209,171,138). Sum of RGB (Red+Green+Blue) = 209+171+138=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB8A is #2E5475. Grayscale: #B2B2B2. Windows color (decimal): -3036278 or 9087953. OLE color: 9087953.

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

Color convert

RGB209171138-
CMYK00.180.340.18
HSL27.89º43.56%68.04%-
HSV(B)27.89º33.97%81.96%-
XYZ45.4444.5230.24-
YUV178.6105.09149.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=40.35%
G=33.01%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917113800.180.340.1827.8943.5668.04
HexD1AB8A01222121c2c44
Octal32125321202242223454104
Binary11010001101010111000101001001010001010010111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB8A; }

 p { color: rgb(209,171,138); }

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

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

 a { background-color: rgb(209,171,138); }

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

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

 span { border-color: rgb(209,171,138); }

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