#D4BB92

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

Shades of Tan #D4BB92

Tints of Tan #D4BB92

Color information

#D4BB92 (or 0xD4BB92) is unknown color: approx Tan. HEX triplet: D4, BB and 92. RGB value is (212,187,146). Sum of RGB (Red+Green+Blue) = 212+187+146=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB92 is #2B446D. Grayscale: #BDBDBD. Windows color (decimal): -2835566 or 9616340. OLE color: 9616340.

HSL color Cylindrical-coordinate representation of color #D4BB92: hue angle of 37.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4BB92 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212187146-
CMYK00.120.310.17
HSL37.27º43.42%70.2%-
HSV(B)37.27º31.13%83.14%-
XYZ50.1151.6134.52-
YUV189.8103.28143.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=38.90%
G=34.31%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218714600.120.310.1737.2743.4270.2
HexD4BB920C1F11252b46
Octal32427322201437214553106
Binary1101010010111011100100100110011111100011001011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB92; }

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

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

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

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

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

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

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

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