Html Css Color HEX #DE8F5E Whiskey Sour

📋 copy color: '#DE8F5E'

red 222 ◦ green 143 ◦ blue 94

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

Shades of Whiskey Sour #DE8F5E

Tints of Whiskey Sour #DE8F5E

RGB

 RED value IS 222 (87.11% from 255) = 48.37%

 GREEN value IS 143 (56.25% from 255) = 31.15%

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

R = 48.37%
G = 31.15%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE8F5E (or 0xDE8F5E) is known color: Whiskey Sour. HEX triplet: DE, 8F and 5E. RGB value is (222,143,94). Sum of RGB (Red+Green+Blue) = 222+143+94=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F5E is #2170A1. Grayscale: #A1A1A1. Windows color (decimal): -2191522 or 6197214. OLE color: 6197214.

HSL color Cylindrical-coordinate representation of color #DE8F5E: hue angle of 22.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE8F5E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 143 94 -
CMYK 0 0.36 0.58 0.13
HSL 22.97º 0.66% 0.62% -
HSV(B) 22.97º 0.58% 0.87% -
XYZ 41.97 35.98 15.32 -
YUV 161.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 222 143 94 0 0.36 0.58 0.13 22.97 0.66 0.62
Hex DE 8F 5E 0 24 3A D 17 42 3E
Octal 336 217 136 0 44 72 15 27 102 76
Binary 11011110 10001111 1011110 0 100100 111010 1101 10111 1000010 111110

Color Harmonies of #DE8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F5E

Black with #DE8F5E

Text Example


Text Example

White with #DE8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F5E; }

 p { color: rgb(222,143,94); }

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

background-color css

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

 a { background-color: rgb(222,143,94); }

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

border-color css

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

 span { border-color: rgb(222,143,94); }

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