#D28C50

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

Shades of Whiskey Sour #D28C50

Tints of Whiskey Sour #D28C50

Color information

#D28C50 (or 0xD28C50) is unknown color: approx Whiskey Sour. HEX triplet: D2, 8C and 50. RGB value is (210,140,80). Sum of RGB (Red+Green+Blue) = 210+140+80=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C50 is #2D73AF. Grayscale: #9A9A9A. Windows color (decimal): -2978736 or 5278930. OLE color: 5278930.

HSL color Cylindrical-coordinate representation of color #D28C50: hue angle of 27.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D28C50 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB21014080-
CMYK00.330.620.18
HSL27.69º59.09%56.86%-
HSV(B)27.69º61.9%82.35%-
XYZ37.433.0411.99-
YUV154.0986.19167.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=48.84%
G=32.56%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101408000.330.620.1827.6959.0956.86
HexD28C500213E121c3b39
Octal3222141200417622347371
Binary1101001010001100101000001000011111101001011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28C50; }

 p { color: rgb(210,140,80); }

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

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

 a { background-color: rgb(210,140,80); }

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

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

 span { border-color: rgb(210,140,80); }

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