#D68B53

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

Shades of Whiskey Sour #D68B53

Tints of Whiskey Sour #D68B53

Color information

#D68B53 (or 0xD68B53) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8B and 53. RGB value is (214,139,83). Sum of RGB (Red+Green+Blue) = 214+139+83=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B53 is #2974AC. Grayscale: #9B9B9B. Windows color (decimal): -2716845 or 5475286. OLE color: 5475286.

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

Color convert

RGB21413983-
CMYK00.350.610.16
HSL25.65º61.5%58.24%-
HSV(B)25.65º61.21%83.92%-
XYZ38.5333.3912.6-
YUV155.0487.35170.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 83 (32.81% from 255) = 19.04%
R=49.08%
G=31.88%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141398300.350.610.1625.6561.558.24
HexD68B530233D101a3e3a
Octal3262131230437520327672
Binary1101011010001011101001101000111111011000011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B53; }

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

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

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

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

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

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

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

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