Html Css Color HEX #D68E59 Whiskey Sour

📋 copy color: '#D68E59'

red 214 ◦ green 142 ◦ blue 89

#D68E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D68E59

Tints of Whiskey Sour #D68E59

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 89 (35.16% from 255) = 20%

R = 48.09%
G = 31.91%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D68E59 (or 0xD68E59) is known color: Whiskey Sour. HEX triplet: D6, 8E and 59. RGB value is (214,142,89). Sum of RGB (Red+Green+Blue) = 214+142+89=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E59 is #2971A6. Grayscale: #9D9D9D. Windows color (decimal): -2716071 or 5869270. OLE color: 5869270.

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

Color convert

RGB 214 142 89 -
CMYK 0 0.34 0.58 0.16
HSL 25.44º 0.6% 0.59% -
HSV(B) 25.44º 0.58% 0.84% -
XYZ 39.21 34.36 14.02 -
YUV 157.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 214 142 89 0 0.34 0.58 0.16 25.44 0.6 0.59
Hex D6 8E 59 0 22 3A 10 19 3C 3B
Octal 326 216 131 0 42 72 20 31 74 73
Binary 11010110 10001110 1011001 0 100010 111010 10000 11001 111100 111011

Color Harmonies of #D68E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E59

Black with #D68E59

Text Example


Text Example

White with #D68E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E59; }

 p { color: rgb(214,142,89); }

 H1.HeaderClassName
 {
   color: #D68E59;
 }
 .AnyTagClassName
 {
   color: #D68E59;
 }
</style>

background-color css

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

 a { background-color: rgb(214,142,89); }

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

border-color css

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

 span { border-color: rgb(214,142,89); }

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