#D4BD90

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

Shades of Tan #D4BD90

Tints of Tan #D4BD90

Color information

#D4BD90 (or 0xD4BD90) is unknown color: approx Tan. HEX triplet: D4, BD and 90. RGB value is (212,189,144). Sum of RGB (Red+Green+Blue) = 212+189+144=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BD90 is #2B426F. Grayscale: #BEBEBE. Windows color (decimal): -2835056 or 9485780. OLE color: 9485780.

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

Color convert

RGB212189144-
CMYK00.110.320.17
HSL39.71º44.16%69.8%-
HSV(B)39.71º32.08%83.14%-
XYZ50.3852.4133.85-
YUV190.75101.62143.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=38.90%
G=34.68%
B=26.42%

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
Decimal21218914400.110.320.1739.7144.1669.8
HexD4BD900B2011282c46
Octal32427522001340215054106
Binary11010100101111011001000001011100000100011010001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BD90; }

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

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

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

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

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

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

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

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