#D0BBA9

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

Shades of Grain Brown #D0BBA9

Tints of Grain Brown #D0BBA9

Color information

#D0BBA9 (or 0xD0BBA9) is unknown color: approx Grain Brown. HEX triplet: D0, BB and A9. RGB value is (208,187,169). Sum of RGB (Red+Green+Blue) = 208+187+169=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBA9 is #2F4456. Grayscale: #BFBFBF. Windows color (decimal): -3097687 or 11123664. OLE color: 11123664.

HSL color Cylindrical-coordinate representation of color #D0BBA9: hue angle of 27.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BBA9 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208187169-
CMYK00.100.190.18
HSL27.69º29.32%73.92%-
HSV(B)27.69º18.75%81.57%-
XYZ50.9451.8244.85-
YUV191.23115.46139.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=36.88%
G=33.16%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818716900.100.190.1827.6929.3273.92
HexD0BBA90A13121c1d4a
Octal32027325101223223435112
Binary11010000101110111010100101010100111001011100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBA9; }

 p { color: rgb(208,187,169); }

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

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

 a { background-color: rgb(208,187,169); }

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

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

 span { border-color: rgb(208,187,169); }

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