#D1A088

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

Shades of Cameo #D1A088

Tints of Cameo #D1A088

Color information

#D1A088 (or 0xD1A088) is unknown color: approx Cameo. HEX triplet: D1, A0 and 88. RGB value is (209,160,136). Sum of RGB (Red+Green+Blue) = 209+160+136=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A088 is #2E5F77. Grayscale: #ACACAC. Windows color (decimal): -3039096 or 8954065. OLE color: 8954065.

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

Color convert

RGB209160136-
CMYK00.230.350.18
HSL19.73º44.24%67.65%-
HSV(B)19.73º34.93%81.96%-
XYZ43.3140.4728.82-
YUV171.92107.73154.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=41.39%
G=31.68%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916013600.230.350.1819.7344.2467.65
HexD1A0880172312142c44
Octal32124021002743222454104
Binary11010001101000001000100001011110001110010101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A088; }

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

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

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

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

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

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

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

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