Html Css Color HEX #D0BAA6 Grain Brown

📋 copy color: '#D0BAA6'

red 208 ◦ green 186 ◦ blue 166

#D0BAA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #D0BAA6

Tints of Grain Brown #D0BAA6

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

 GREEN value IS 186 (73.05% from 255) = 33.21%

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 37.14%
G = 33.21%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D0BAA6 (or 0xD0BAA6) is known color: Grain Brown. HEX triplet: D0, BA and A6. RGB value is (208,186,166). Sum of RGB (Red+Green+Blue) = 208+186+166=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAA6 is #2F4559. Grayscale: #BEBEBE. Windows color (decimal): -3097946 or 10926800. OLE color: 10926800.

HSL color Cylindrical-coordinate representation of color #D0BAA6: hue angle of 28.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0BAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 166 -
CMYK 0 0.11 0.20 0.18
HSL 28.57º 0.31% 0.73% -
HSV(B) 28.57º 0.2% 0.82% -
XYZ 50.45 51.28 43.32 -
YUV 190.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 208 186 166 0 0.11 0.20 0.18 28.57 0.31 0.73
Hex D0 BA A6 0 B 14 12 1D 1F 49
Octal 320 272 246 0 13 24 22 35 37 111
Binary 11010000 10111010 10100110 0 1011 10100 10010 11101 11111 1001001

Color Harmonies of #D0BAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAA6

Black with #D0BAA6

Text Example


Text Example

White with #D0BAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAA6; }

 p { color: rgb(208,186,166); }

 H1.HeaderClassName
 {
   color: #D0BAA6;
 }
 .AnyTagClassName
 {
   color: #D0BAA6;
 }
</style>

background-color css

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

 a { background-color: rgb(208,186,166); }

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

border-color css

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

 span { border-color: rgb(208,186,166); }

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