#d88f52

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

Shades of Whiskey Sour #D88F52

Tints of Whiskey Sour #D88F52

Color information

#D88F52 (or 0xD88F52) is unknown color: approx Whiskey Sour. HEX triplet: D8, 8F and 52. RGB value is (216,143,82). Sum of RGB (Red+Green+Blue) = 216+143+82=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F52 is #2770AD. Grayscale: #9E9E9E. Windows color (decimal): -2584750 or 5410776. OLE color: 5410776.

HSL color Cylindrical-coordinate representation of color #D88F52: hue angle of 27.31º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D88F52 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21614382-
CMYK00.340.620.15
HSL27.31º63.21%58.43%-
HSV(B)27.31º62.04%84.71%-
XYZ39.6634.8512.62-
YUV157.8785.18169.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 82 (32.42% from 255) = 18.59%
R=48.98%
G=32.43%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161438200.340.620.1527.3163.2158.43
HexD88F520223EF1b3f3a
Octal3302171220427617337772
Binary110110001000111110100100100010111110111111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88f52; }

 p { color: rgb(216,143,82); }

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

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

 a { background-color: rgb(216,143,82); }

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

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

 span { border-color: rgb(216,143,82); }

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