#D4BF92

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

Shades of Tan #D4BF92

Tints of Tan #D4BF92

Color information

#D4BF92 (or 0xD4BF92) is unknown color: approx Tan. HEX triplet: D4, BF and 92. RGB value is (212,191,146). Sum of RGB (Red+Green+Blue) = 212+191+146=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF92 is #2B406D. Grayscale: #C0C0C0. Windows color (decimal): -2834542 or 9617364. OLE color: 9617364.

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

Color convert

RGB212191146-
CMYK00.100.310.17
HSL40.91º43.42%70.2%-
HSV(B)40.91º31.13%83.14%-
XYZ50.9753.3334.8-
YUV192.15101.96142.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=38.62%
G=34.79%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219114600.100.310.1740.9143.4270.2
HexD4BF920A1F11292b46
Octal32427722201237215153106
Binary1101010010111111100100100101011111100011010011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BF92; }

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

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

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

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

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

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

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

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