#D4BE92

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

Shades of Tan #D4BE92

Tints of Tan #D4BE92

Color information

#D4BE92 (or 0xD4BE92) is unknown color: approx Tan. HEX triplet: D4, BE and 92. RGB value is (212,190,146). Sum of RGB (Red+Green+Blue) = 212+190+146=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE92 is #2B416D. Grayscale: #BFBFBF. Windows color (decimal): -2834798 or 9617108. OLE color: 9617108.

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

Color convert

RGB212190146-
CMYK00.100.310.17
HSL40º43.42%70.2%-
HSV(B)40º31.13%83.14%-
XYZ50.7552.934.73-
YUV191.56102.29142.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=38.69%
G=34.67%
B=26.64%

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
Decimal21219014600.100.310.174043.4270.2
HexD4BE920A1F11282b46
Octal32427622201237215053106
Binary1101010010111110100100100101011111100011010001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE92; }

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

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

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

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

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

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

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

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