Html Css Color HEX #D68D5E Whiskey Sour

📋 copy color: '#D68D5E'

red 214 ◦ green 141 ◦ blue 94

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

Shades of Whiskey Sour #D68D5E

Tints of Whiskey Sour #D68D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 47.66%
G = 31.4%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D68D5E (or 0xD68D5E) is known color: Whiskey Sour. HEX triplet: D6, 8D and 5E. RGB value is (214,141,94). Sum of RGB (Red+Green+Blue) = 214+141+94=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D5E is #2972A1. Grayscale: #9D9D9D. Windows color (decimal): -2716322 or 6196694. OLE color: 6196694.

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

Color convert

RGB 214 141 94 -
CMYK 0 0.34 0.56 0.16
HSL 23.5º 0.59% 0.6% -
HSV(B) 23.5º 0.56% 0.84% -
XYZ 39.28 34.15 15.11 -
YUV 157.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 214 141 94 0 0.34 0.56 0.16 23.5 0.59 0.6
Hex D6 8D 5E 0 22 38 10 18 3B 3C
Octal 326 215 136 0 42 70 20 30 73 74
Binary 11010110 10001101 1011110 0 100010 111000 10000 11000 111011 111100

Color Harmonies of #D68D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D5E

Black with #D68D5E

Text Example


Text Example

White with #D68D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D5E; }

 p { color: rgb(214,141,94); }

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

background-color css

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

 a { background-color: rgb(214,141,94); }

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

border-color css

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

 span { border-color: rgb(214,141,94); }

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