#D0B29B

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

Shades of Cashmere #D0B29B

Tints of Cashmere #D0B29B

Color information

#D0B29B (or 0xD0B29B) is unknown color: approx Cashmere. HEX triplet: D0, B2 and 9B. RGB value is (208,178,155). Sum of RGB (Red+Green+Blue) = 208+178+155=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B29B is #2F4D64. Grayscale: #B8B8B8. Windows color (decimal): -3100005 or 10203856. OLE color: 10203856.

HSL color Cylindrical-coordinate representation of color #D0B29B: hue angle of 26.04º 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 #D0B29B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208178155-
CMYK00.140.250.18
HSL26.04º36.05%71.18%-
HSV(B)26.04º25.48%81.57%-
XYZ47.8547.6237.68-
YUV184.35111.44144.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=38.45%
G=32.90%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817815500.140.250.1826.0436.0571.18
HexD0B29B0E19121a2447
Octal32026223301631223244107
Binary110100001011001010011011011101100110010110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B29B; }

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

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

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

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

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

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

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

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