Html Css Color HEX #D0B990 Tan

📋 copy color: '#D0B990'

red 208 ◦ green 185 ◦ blue 144

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

Shades of Tan #D0B990

Tints of Tan #D0B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

 BLUE value IS 144 (56.64% from 255) = 26.82%

R = 38.73%
G = 34.45%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0B990 (or 0xD0B990) is known color: Tan. HEX triplet: D0, B9 and 90. RGB value is (208,185,144). Sum of RGB (Red+Green+Blue) = 208+185+144=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B990 is #2F466F. Grayscale: #BBBBBB. Windows color (decimal): -3098224 or 9484752. OLE color: 9484752.

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

Color convert

RGB 208 185 144 -
CMYK 0 0.11 0.31 0.18
HSL 38.44º 0.41% 0.69% -
HSV(B) 38.44º 0.31% 0.82% -
XYZ 48.4 50.12 33.51 -
YUV 187.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 208 185 144 0 0.11 0.31 0.18 38.44 0.41 0.69
Hex D0 B9 90 0 B 1F 12 26 29 45
Octal 320 271 220 0 13 37 22 46 51 105
Binary 11010000 10111001 10010000 0 1011 11111 10010 100110 101001 1000101

Color Harmonies of #D0B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B990

Black with #D0B990

Text Example


Text Example

White with #D0B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B990; }

 p { color: rgb(208,185,144); }

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

background-color css

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

 a { background-color: rgb(208,185,144); }

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

border-color css

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

 span { border-color: rgb(208,185,144); }

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