Html Css Color HEX #DE8E5E Whiskey Sour

📋 copy color: '#DE8E5E'

red 222 ◦ green 142 ◦ blue 94

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

Shades of Whiskey Sour #DE8E5E

Tints of Whiskey Sour #DE8E5E

RGB

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

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

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

R = 48.47%
G = 31%
B = 20.52%

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

#DE8E5E (or 0xDE8E5E) is known color: Whiskey Sour. HEX triplet: DE, 8E and 5E. RGB value is (222,142,94). Sum of RGB (Red+Green+Blue) = 222+142+94=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E5E is #2171A1. Grayscale: #A0A0A0. Windows color (decimal): -2191778 or 6196958. OLE color: 6196958.

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

Color convert

RGB 222 142 94 -
CMYK 0 0.36 0.58 0.13
HSL 22.5º 0.66% 0.62% -
HSV(B) 22.5º 0.58% 0.87% -
XYZ 41.82 35.68 15.27 -
YUV 160.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 222 142 94 0 0.36 0.58 0.13 22.5 0.66 0.62
Hex DE 8E 5E 0 24 3A D 16 42 3E
Octal 336 216 136 0 44 72 15 26 102 76
Binary 11011110 10001110 1011110 0 100100 111010 1101 10110 1000010 111110

Color Harmonies of #DE8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E5E

Black with #DE8E5E

Text Example


Text Example

White with #DE8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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