#D0B090

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

Shades of Tan #D0B090

Tints of Tan #D0B090

Color information

#D0B090 (or 0xD0B090) is unknown color: approx Tan. HEX triplet: D0, B0 and 90. RGB value is (208,176,144). Sum of RGB (Red+Green+Blue) = 208+176+144=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B090 is #2F4F6F. Grayscale: #B6B6B6. Windows color (decimal): -3100528 or 9482448. OLE color: 9482448.

HSL color Cylindrical-coordinate representation of color #D0B090: hue angle of 30º 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 #D0B090 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208176144-
CMYK00.150.310.18
HSL30º40.51%69.02%-
HSV(B)30º30.77%81.57%-
XYZ46.5746.4732.9-
YUV181.92106.6146.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=39.39%
G=33.33%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817614400.150.310.183040.5169.02
HexD0B0900F1F121e2945
Octal32026022001737223651105
Binary110100001011000010010000011111111110010111101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B090; }

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

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

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

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

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

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

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

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