#D68C53

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

Shades of Whiskey Sour #D68C53

Tints of Whiskey Sour #D68C53

Color information

#D68C53 (or 0xD68C53) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8C and 53. RGB value is (214,140,83). Sum of RGB (Red+Green+Blue) = 214+140+83=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C53 is #2973AC. Grayscale: #9B9B9B. Windows color (decimal): -2716589 or 5475542. OLE color: 5475542.

HSL color Cylindrical-coordinate representation of color #D68C53: hue angle of 26.11º 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 #D68C53 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21414083-
CMYK00.350.610.16
HSL26.11º61.5%58.24%-
HSV(B)26.11º61.21%83.92%-
XYZ38.6733.6812.65-
YUV155.6387.02169.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=48.97%
G=32.04%
B=18.99%

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
Decimal2141408300.350.610.1626.1161.558.24
HexD68C530233D101a3e3a
Octal3262141230437520327672
Binary1101011010001100101001101000111111011000011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C53; }

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

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

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

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

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

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

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

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