#D6924E

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

Shades of Whiskey Sour #D6924E

Tints of Whiskey Sour #D6924E

Color information

#D6924E (or 0xD6924E) is unknown color: approx Whiskey Sour. HEX triplet: D6, 92 and 4E. RGB value is (214,146,78). Sum of RGB (Red+Green+Blue) = 214+146+78=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6924E is #296DB1. Grayscale: #9E9E9E. Windows color (decimal): -2715058 or 5149398. OLE color: 5149398.

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

Color convert

RGB21414678-
CMYK00.320.640.16
HSL30º62.39%57.25%-
HSV(B)30º63.55%83.92%-
XYZ39.3935.411.97-
YUV158.5882.53167.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=48.86%
G=33.33%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141467800.320.640.163062.3957.25
HexD6924E02040101e3e39
Octal32622211604010020367671
Binary11010110100100101001110010000010000001000011110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6924E; }

 p { color: rgb(214,146,78); }

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

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

 a { background-color: rgb(214,146,78); }

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

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

 span { border-color: rgb(214,146,78); }

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