#D68953

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

Shades of Whiskey Sour #D68953

Tints of Whiskey Sour #D68953

Color information

#D68953 (or 0xD68953) is unknown color: approx Whiskey Sour. HEX triplet: D6, 89 and 53. RGB value is (214,137,83). Sum of RGB (Red+Green+Blue) = 214+137+83=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D68953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68953 is #2976AC. Grayscale: #9A9A9A. Windows color (decimal): -2717357 or 5474774. OLE color: 5474774.

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

Color convert

RGB21413783-
CMYK00.360.610.16
HSL24.73º61.5%58.24%-
HSV(B)24.73º61.21%83.92%-
XYZ38.2432.8112.5-
YUV153.8788.01170.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 83 (32.81% from 255) = 19.12%
R=49.31%
G=31.57%
B=19.12%

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
Decimal2141378300.360.610.1624.7361.558.24
HexD689530243D10193e3a
Octal3262111230447520317672
Binary1101011010001001101001101001001111011000011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68953; }

 p { color: rgb(214,137,83); }

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

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

 a { background-color: rgb(214,137,83); }

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

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

 span { border-color: rgb(214,137,83); }

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