#D28F5F

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

Shades of Whiskey #D28F5F

Tints of Whiskey #D28F5F

Color information

#D28F5F (or 0xD28F5F) is unknown color: approx Whiskey. HEX triplet: D2, 8F and 5F. RGB value is (210,143,95). Sum of RGB (Red+Green+Blue) = 210+143+95=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F5F is #2D70A0. Grayscale: #9D9D9D. Windows color (decimal): -2977953 or 6262738. OLE color: 6262738.

HSL color Cylindrical-coordinate representation of color #D28F5F: hue angle of 25.04º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D28F5F is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21014395-
CMYK00.320.550.18
HSL25.04º56.1%59.8%-
HSV(B)25.04º54.76%82.35%-
XYZ38.4734.1715.4-
YUV157.5692.7165.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=46.88%
G=31.92%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101439500.320.550.1825.0456.159.8
HexD28F5F020371219383c
Octal3222171370406722317074
Binary1101001010001111101111101000001101111001011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28F5F; }

 p { color: rgb(210,143,95); }

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

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

 a { background-color: rgb(210,143,95); }

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

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

 span { border-color: rgb(210,143,95); }

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