#D28950

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

Shades of Whiskey Sour #D28950

Tints of Whiskey Sour #D28950

Color information

#D28950 (or 0xD28950) is unknown color: approx Whiskey Sour. HEX triplet: D2, 89 and 50. RGB value is (210,137,80). Sum of RGB (Red+Green+Blue) = 210+137+80=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28950 is #2D76AF. Grayscale: #989898. Windows color (decimal): -2979504 or 5278162. OLE color: 5278162.

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

Color convert

RGB21013780-
CMYK00.350.620.18
HSL26.31º59.09%56.86%-
HSV(B)26.31º61.9%82.35%-
XYZ36.9732.1711.85-
YUV152.3387.18169.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=49.18%
G=32.08%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101378000.350.620.1826.3159.0956.86
HexD289500233E121a3b39
Octal3222111200437622327371
Binary1101001010001001101000001000111111101001011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28950; }

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

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

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

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

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

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

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

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