#d68f4e

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

Shades of Whiskey Sour #D68F4E

Tints of Whiskey Sour #D68F4E

Color information

#D68F4E (or 0xD68F4E) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8F and 4E. RGB value is (214,143,78). Sum of RGB (Red+Green+Blue) = 214+143+78=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F4E is #2970B1. Grayscale: #9D9D9D. Windows color (decimal): -2715826 or 5148630. OLE color: 5148630.

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

Color convert

RGB21414378-
CMYK00.330.640.16
HSL28.68º62.39%57.25%-
HSV(B)28.68º63.55%83.92%-
XYZ38.9334.4911.81-
YUV156.8283.52168.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=49.20%
G=32.87%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141437800.330.640.1628.6862.3957.25
HexD68F4E02140101d3e39
Octal32621711604110020357671
Binary11010110100011111001110010000110000001000011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68f4e; }

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

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

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

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

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

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

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

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