#D28554

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

Shades of Whiskey Sour #D28554

Tints of Whiskey Sour #D28554

Color information

#D28554 (or 0xD28554) is unknown color: approx Whiskey Sour. HEX triplet: D2, 85 and 54. RGB value is (210,133,84). Sum of RGB (Red+Green+Blue) = 210+133+84=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28554 is #2D7AAB. Grayscale: #969696. Windows color (decimal): -2980524 or 5539282. OLE color: 5539282.

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

Color convert

RGB21013384-
CMYK00.370.60.18
HSL23.33º58.33%57.65%-
HSV(B)23.33º60%82.35%-
XYZ36.5731.1212.47-
YUV150.4490.51170.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=49.18%
G=31.15%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101338400.370.60.1823.3358.3357.65
HexD285540253C12173a3a
Octal3222051240457422277272
Binary1101001010000101101010001001011111001001010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28554; }

 p { color: rgb(210,133,84); }

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

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

 a { background-color: rgb(210,133,84); }

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

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

 span { border-color: rgb(210,133,84); }

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