#D0BB92

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

Shades of Tan #D0BB92

Tints of Tan #D0BB92

Color information

#D0BB92 (or 0xD0BB92) is unknown color: approx Tan. HEX triplet: D0, BB and 92. RGB value is (208,187,146). Sum of RGB (Red+Green+Blue) = 208+187+146=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB92 is #2F446D. Grayscale: #BCBCBC. Windows color (decimal): -3097710 or 9616336. OLE color: 9616336.

HSL color Cylindrical-coordinate representation of color #D0BB92: hue angle of 39.68º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0BB92 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208187146-
CMYK00.100.300.18
HSL39.68º39.74%69.41%-
HSV(B)39.68º29.81%81.57%-
XYZ48.9751.0334.46-
YUV188.6103.96141.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=38.45%
G=34.57%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818714600.100.300.1839.6839.7469.41
HexD0BB920A1E12282845
Octal32027322201236225050105
Binary1101000010111011100100100101011110100101010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB92; }

 p { color: rgb(208,187,146); }

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

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

 a { background-color: rgb(208,187,146); }

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

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

 span { border-color: rgb(208,187,146); }

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