#D68854

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

Shades of Whiskey Sour #D68854

Tints of Whiskey Sour #D68854

Color information

#D68854 (or 0xD68854) is unknown color: approx Whiskey Sour. HEX triplet: D6, 88 and 54. RGB value is (214,136,84). Sum of RGB (Red+Green+Blue) = 214+136+84=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D68854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68854 is #2977AB. Grayscale: #999999. Windows color (decimal): -2717612 or 5540054. OLE color: 5540054.

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

Color convert

RGB21413684-
CMYK00.360.610.16
HSL24º61.32%58.43%-
HSV(B)24º60.75%83.92%-
XYZ38.1432.5412.66-
YUV153.3988.84171.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=49.31%
G=31.34%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141368400.360.610.162461.3258.43
HexD688540243D10183d3a
Octal3262101240447520307572
Binary1101011010001000101010001001001111011000011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68854; }

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

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

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

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

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

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

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

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