#D0B489

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

Shades of Tan #D0B489

Tints of Tan #D0B489

Color information

#D0B489 (or 0xD0B489) is unknown color: approx Tan. HEX triplet: D0, B4 and 89. RGB value is (208,180,137). Sum of RGB (Red+Green+Blue) = 208+180+137=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B489 is #2F4B76. Grayscale: #B7B7B7. Windows color (decimal): -3099511 or 9024720. OLE color: 9024720.

HSL color Cylindrical-coordinate representation of color #D0B489: hue angle of 36.34º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0B489 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208180137-
CMYK00.130.340.18
HSL36.34º43.03%67.65%-
HSV(B)36.34º34.13%81.57%-
XYZ46.8547.8630.44-
YUV183.47101.78145.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=39.62%
G=34.29%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818013700.130.340.1836.3443.0367.65
HexD0B4890D2212242b44
Octal32026421101542224453104
Binary11010000101101001000100101101100010100101001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B489; }

 p { color: rgb(208,180,137); }

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

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

 a { background-color: rgb(208,180,137); }

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

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

 span { border-color: rgb(208,180,137); }

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