#D28F5E

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

Shades of Whiskey Sour #D28F5E

Tints of Whiskey Sour #D28F5E

Color information

#D28F5E (or 0xD28F5E) is unknown color: approx Whiskey Sour. HEX triplet: D2, 8F and 5E. RGB value is (210,143,94). Sum of RGB (Red+Green+Blue) = 210+143+94=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F5E is #2D70A1. Grayscale: #9D9D9D. Windows color (decimal): -2977954 or 6197202. OLE color: 6197202.

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

Color convert

RGB21014394-
CMYK00.320.550.18
HSL25.34º56.31%59.61%-
HSV(B)25.34º55.24%82.35%-
XYZ38.4234.1515.16-
YUV157.4592.2165.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=46.98%
G=31.99%
B=21.03%

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
Decimal2101439400.320.550.1825.3456.3159.61
HexD28F5E020371219383c
Octal3222171360406722317074
Binary1101001010001111101111001000001101111001011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28F5E; }

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

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

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

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

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

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

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

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