#D0B990

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

Shades of Tan #D0B990

Tints of Tan #D0B990

Color information

#D0B990 (or 0xD0B990) is unknown color: approx 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

RGB208185144-
CMYK00.110.310.18
HSL38.44º40.51%69.02%-
HSV(B)38.44º30.77%81.57%-
XYZ48.450.1233.51-
YUV187.2103.62142.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818514400.110.310.1838.4440.5169.02
HexD0B9900B1F12262945
Octal32027122001337224651105
Binary1101000010111001100100000101111111100101001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>