#D0AB92

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

Shades of Cashmere #D0AB92

Tints of Cashmere #D0AB92

Color information

#D0AB92 (or 0xD0AB92) is unknown color: approx Cashmere. HEX triplet: D0, AB and 92. RGB value is (208,171,146). Sum of RGB (Red+Green+Blue) = 208+171+146=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB92 is #2F546D. Grayscale: #B3B3B3. Windows color (decimal): -3101806 or 9612240. OLE color: 9612240.

HSL color Cylindrical-coordinate representation of color #D0AB92: hue angle of 24.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AB92 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208171146-
CMYK00.180.300.18
HSL24.19º39.74%69.41%-
HSV(B)24.19º29.81%81.57%-
XYZ45.7644.6133.39-
YUV179.21109.26148.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=39.62%
G=32.57%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817114600.180.300.1824.1939.7469.41
HexD0AB920121E12182845
Octal32025322202236223050105
Binary1101000010101011100100100100101111010010110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB92; }

 p { color: rgb(208,171,146); }

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

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

 a { background-color: rgb(208,171,146); }

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

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

 span { border-color: rgb(208,171,146); }

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