#D4BC90

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

Shades of Tan #D4BC90

Tints of Tan #D4BC90

Color information

#D4BC90 (or 0xD4BC90) is unknown color: approx Tan. HEX triplet: D4, BC and 90. RGB value is (212,188,144). Sum of RGB (Red+Green+Blue) = 212+188+144=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC90 is #2B436F. Grayscale: #BEBEBE. Windows color (decimal): -2835312 or 9485524. OLE color: 9485524.

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

Color convert

RGB212188144-
CMYK00.110.320.17
HSL38.82º44.16%69.8%-
HSV(B)38.82º32.08%83.14%-
XYZ50.1751.9833.77-
YUV190.16101.95143.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=38.97%
G=34.56%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218814400.110.320.1738.8244.1669.8
HexD4BC900B2011272c46
Octal32427422001340214754106
Binary11010100101111001001000001011100000100011001111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC90; }

 p { color: rgb(212,188,144); }

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

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

 a { background-color: rgb(212,188,144); }

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

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

 span { border-color: rgb(212,188,144); }

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