Html Css Color HEX #DE8856 Whiskey Sour

📋 copy color: '#DE8856'

red 222 ◦ green 136 ◦ blue 86

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

Shades of Whiskey Sour #DE8856

Tints of Whiskey Sour #DE8856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 86 (33.98% from 255) = 19.37%

R = 50%
G = 30.63%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE8856 (or 0xDE8856) is known color: Whiskey Sour. HEX triplet: DE, 88 and 56. RGB value is (222,136,86). Sum of RGB (Red+Green+Blue) = 222+136+86=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8856 is #2177A9. Grayscale: #9C9C9C. Windows color (decimal): -2193322 or 5671134. OLE color: 5671134.

HSL color Cylindrical-coordinate representation of color #DE8856: hue angle of 22.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE8856 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 86 -
CMYK 0 0.39 0.61 0.13
HSL 22.06º 0.67% 0.6% -
HSV(B) 22.06º 0.61% 0.87% -
XYZ 40.61 33.81 13.19 -
YUV 156.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 222 136 86 0 0.39 0.61 0.13 22.06 0.67 0.6
Hex DE 88 56 0 27 3D D 16 43 3C
Octal 336 210 126 0 47 75 15 26 103 74
Binary 11011110 10001000 1010110 0 100111 111101 1101 10110 1000011 111100

Color Harmonies of #DE8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8856

Black with #DE8856

Text Example


Text Example

White with #DE8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8856; }

 p { color: rgb(222,136,86); }

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

background-color css

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

 a { background-color: rgb(222,136,86); }

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

border-color css

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

 span { border-color: rgb(222,136,86); }

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