#D68B50

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

Shades of Whiskey Sour #D68B50

Tints of Whiskey Sour #D68B50

Color information

#D68B50 (or 0xD68B50) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8B and 50. RGB value is (214,139,80). Sum of RGB (Red+Green+Blue) = 214+139+80=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B50 is #2974AF. Grayscale: #9B9B9B. Windows color (decimal): -2716848 or 5278678. OLE color: 5278678.

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

Color convert

RGB21413980-
CMYK00.350.630.16
HSL26.42º62.04%57.65%-
HSV(B)26.42º62.62%83.92%-
XYZ38.4133.3412-
YUV154.785.85170.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=49.42%
G=32.10%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141398000.350.630.1626.4262.0457.65
HexD68B500233F101a3e3a
Octal3262131200437720327672
Binary1101011010001011101000001000111111111000011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B50; }

 p { color: rgb(214,139,80); }

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

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

 a { background-color: rgb(214,139,80); }

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

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

 span { border-color: rgb(214,139,80); }

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