#D0B58D

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

Shades of Tan #D0B58D

Tints of Tan #D0B58D

Color information

#D0B58D (or 0xD0B58D) is unknown color: approx Tan. HEX triplet: D0, B5 and 8D. RGB value is (208,181,141). Sum of RGB (Red+Green+Blue) = 208+181+141=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B58D is #2F4A72. Grayscale: #B8B8B8. Windows color (decimal): -3099251 or 9287120. OLE color: 9287120.

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

Color convert

RGB208181141-
CMYK00.130.320.18
HSL35.82º41.61%68.43%-
HSV(B)35.82º32.21%81.57%-
XYZ47.3448.3832.04-
YUV184.51103.45144.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=39.25%
G=34.15%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818114100.130.320.1835.8241.6168.43
HexD0B58D0D2012242a44
Octal32026521501540224452104
Binary11010000101101011000110101101100000100101001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B58D; }

 p { color: rgb(208,181,141); }

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

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

 a { background-color: rgb(208,181,141); }

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

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

 span { border-color: rgb(208,181,141); }

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