#D4B28F

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

Shades of Tan #D4B28F

Tints of Tan #D4B28F

Color information

#D4B28F (or 0xD4B28F) is unknown color: approx Tan. HEX triplet: D4, B2 and 8F. RGB value is (212,178,143). Sum of RGB (Red+Green+Blue) = 212+178+143=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B28F is #2B4D70. Grayscale: #B8B8B8. Windows color (decimal): -2837873 or 9417428. OLE color: 9417428.

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

Color convert

RGB212178143-
CMYK00.160.330.17
HSL30.43º44.52%69.61%-
HSV(B)30.43º32.55%83.14%-
XYZ48.0347.8232.69-
YUV184.18104.76147.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=39.77%
G=33.40%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217814300.160.330.1730.4344.5269.61
HexD4B28F01021111e2d46
Octal32426221702041213655106
Binary11010100101100101000111101000010000110001111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B28F; }

 p { color: rgb(212,178,143); }

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

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

 a { background-color: rgb(212,178,143); }

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

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

 span { border-color: rgb(212,178,143); }

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