#D28A52

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

Shades of Whiskey Sour #D28A52

Tints of Whiskey Sour #D28A52

Color information

#D28A52 (or 0xD28A52) is unknown color: approx Whiskey Sour. HEX triplet: D2, 8A and 52. RGB value is (210,138,82). Sum of RGB (Red+Green+Blue) = 210+138+82=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A52 is #2D75AD. Grayscale: #999999. Windows color (decimal): -2979246 or 5409490. OLE color: 5409490.

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

Color convert

RGB21013882-
CMYK00.340.610.18
HSL26.25º58.72%57.25%-
HSV(B)26.25º60.95%82.35%-
XYZ37.1932.4912.29-
YUV153.1487.85168.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=48.84%
G=32.09%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101388200.340.610.1826.2558.7257.25
HexD28A520223D121a3b39
Octal3222121220427522327371
Binary1101001010001010101001001000101111011001011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A52; }

 p { color: rgb(210,138,82); }

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

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

 a { background-color: rgb(210,138,82); }

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

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

 span { border-color: rgb(210,138,82); }

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