#D68D4C

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

Shades of Whiskey Sour #D68D4C

Tints of Whiskey Sour #D68D4C

Color information

#D68D4C (or 0xD68D4C) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8D and 4C. RGB value is (214,141,76). Sum of RGB (Red+Green+Blue) = 214+141+76=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D4C is #2972B3. Grayscale: #9B9B9B. Windows color (decimal): -2716340 or 5017046. OLE color: 5017046.

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

Color convert

RGB21414176-
CMYK00.340.640.16
HSL28.26º62.73%56.86%-
HSV(B)28.26º64.49%83.92%-
XYZ38.5633.8711.34-
YUV155.4283.18169.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 76 (30.08% from 255) = 17.63%
R=49.65%
G=32.71%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141417600.340.640.1628.2662.7356.86
HexD68D4C02240101c3f39
Octal32621511404210020347771
Binary11010110100011011001100010001010000001000011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D4C; }

 p { color: rgb(214,141,76); }

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

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

 a { background-color: rgb(214,141,76); }

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

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

 span { border-color: rgb(214,141,76); }

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