Html Css Color HEX #DE9155 Whiskey Sour

📋 copy color: '#DE9155'

red 222 ◦ green 145 ◦ blue 85

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

Shades of Whiskey Sour #DE9155

Tints of Whiskey Sour #DE9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 49.12%
G = 32.08%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE9155 (or 0xDE9155) is known color: Whiskey Sour. HEX triplet: DE, 91 and 55. RGB value is (222,145,85). Sum of RGB (Red+Green+Blue) = 222+145+85=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9155 is #216EAA. Grayscale: #A1A1A1. Windows color (decimal): -2191019 or 5607902. OLE color: 5607902.

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

Color convert

RGB 222 145 85 -
CMYK 0 0.35 0.62 0.13
HSL 26.28º 0.67% 0.6% -
HSV(B) 26.28º 0.62% 0.87% -
XYZ 41.89 36.44 13.42 -
YUV 161.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 222 145 85 0 0.35 0.62 0.13 26.28 0.67 0.6
Hex DE 91 55 0 23 3E D 1A 43 3C
Octal 336 221 125 0 43 76 15 32 103 74
Binary 11011110 10010001 1010101 0 100011 111110 1101 11010 1000011 111100

Color Harmonies of #DE9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9155

Black with #DE9155

Text Example


Text Example

White with #DE9155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9155; }

 p { color: rgb(222,145,85); }

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

background-color css

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

 a { background-color: rgb(222,145,85); }

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

border-color css

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

 span { border-color: rgb(222,145,85); }

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