Html Css Color HEX #D0BAA7 Grain Brown

📋 copy color: '#D0BAA7'

red 208 ◦ green 186 ◦ blue 167

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

Shades of Grain Brown #D0BAA7

Tints of Grain Brown #D0BAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.77%

R = 37.08%
G = 33.16%
B = 29.77%

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

#D0BAA7 (or 0xD0BAA7) is known color: Grain Brown. HEX triplet: D0, BA and A7. RGB value is (208,186,167). Sum of RGB (Red+Green+Blue) = 208+186+167=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAA7 is #2F4558. Grayscale: #BEBEBE. Windows color (decimal): -3097945 or 10992336. OLE color: 10992336.

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

Color convert

RGB 208 186 167 -
CMYK 0 0.11 0.20 0.18
HSL 27.8º 0.3% 0.74% -
HSV(B) 27.8º 0.2% 0.82% -
XYZ 50.55 51.32 43.8 -
YUV 190.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 208 186 167 0 0.11 0.20 0.18 27.8 0.3 0.74
Hex D0 BA A7 0 B 14 12 1C 1E 4A
Octal 320 272 247 0 13 24 22 34 36 112
Binary 11010000 10111010 10100111 0 1011 10100 10010 11100 11110 1001010

Color Harmonies of #D0BAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAA7

Black with #D0BAA7

Text Example


Text Example

White with #D0BAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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