#D4B08F

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

Shades of Tan #D4B08F

Tints of Tan #D4B08F

Color information

#D4B08F (or 0xD4B08F) is unknown color: approx Tan. HEX triplet: D4, B0 and 8F. RGB value is (212,176,143). Sum of RGB (Red+Green+Blue) = 212+176+143=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B08F is #2B4F70. Grayscale: #B7B7B7. Windows color (decimal): -2838385 or 9416916. OLE color: 9416916.

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

Color convert

RGB212176143-
CMYK00.170.330.17
HSL28.7º44.52%69.61%-
HSV(B)28.7º32.55%83.14%-
XYZ47.6347.0332.55-
YUV183105.43148.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=39.92%
G=33.15%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217614300.170.330.1728.744.5269.61
HexD4B08F01121111d2d46
Octal32426021702141213555106
Binary11010100101100001000111101000110000110001111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B08F; }

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

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

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

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

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

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

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

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