#D0B59B

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

Shades of Cashmere #D0B59B

Tints of Cashmere #D0B59B

Color information

#D0B59B (or 0xD0B59B) is unknown color: approx Cashmere. HEX triplet: D0, B5 and 9B. RGB value is (208,181,155). Sum of RGB (Red+Green+Blue) = 208+181+155=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B59B is #2F4A64. Grayscale: #BABABA. Windows color (decimal): -3099237 or 10204624. OLE color: 10204624.

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

Color convert

RGB208181155-
CMYK00.130.250.18
HSL29.43º36.05%71.18%-
HSV(B)29.43º25.48%81.57%-
XYZ48.4548.8237.88-
YUV186.11110.45143.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=38.24%
G=33.27%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818115500.130.250.1829.4336.0571.18
HexD0B59B0D19121d2447
Octal32026523301531223544107
Binary110100001011010110011011011011100110010111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B59B; }

 p { color: rgb(208,181,155); }

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

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

 a { background-color: rgb(208,181,155); }

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

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

 span { border-color: rgb(208,181,155); }

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