#D68E54

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

Shades of Whiskey Sour #D68E54

Tints of Whiskey Sour #D68E54

Color information

#D68E54 (or 0xD68E54) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8E and 54. RGB value is (214,142,84). Sum of RGB (Red+Green+Blue) = 214+142+84=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E54 is #2971AB. Grayscale: #9D9D9D. Windows color (decimal): -2716076 or 5541590. OLE color: 5541590.

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

Color convert

RGB21414284-
CMYK00.340.610.16
HSL26.77º61.32%58.43%-
HSV(B)26.77º60.75%83.92%-
XYZ3934.2812.95-
YUV156.9286.85168.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=48.64%
G=32.27%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141428400.340.610.1626.7761.3258.43
HexD68E540223D101b3d3a
Octal3262161240427520337572
Binary1101011010001110101010001000101111011000011011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E54; }

 p { color: rgb(214,142,84); }

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

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

 a { background-color: rgb(214,142,84); }

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

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

 span { border-color: rgb(214,142,84); }

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