#D1A285

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

Shades of Cameo #D1A285

Tints of Cameo #D1A285

Color information

#D1A285 (or 0xD1A285) is unknown color: approx Cameo. HEX triplet: D1, A2 and 85. RGB value is (209,162,133). Sum of RGB (Red+Green+Blue) = 209+162+133=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A285 is #2E5D7A. Grayscale: #ACACAC. Windows color (decimal): -3038587 or 8757969. OLE color: 8757969.

HSL color Cylindrical-coordinate representation of color #D1A285: hue angle of 22.89º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1A285 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB209162133-
CMYK00.220.360.18
HSL22.89º45.24%67.06%-
HSV(B)22.89º36.36%81.96%-
XYZ43.4541.0927.83-
YUV172.75105.57153.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=41.47%
G=32.14%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916213300.220.360.1822.8945.2467.06
HexD1A2850162412172d43
Octal32124220502644222755103
Binary11010001101000101000010101011010010010010101111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A285; }

 p { color: rgb(209,162,133); }

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

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

 a { background-color: rgb(209,162,133); }

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

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

 span { border-color: rgb(209,162,133); }

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