Html Css Color HEX #DE9050 Whiskey Sour

📋 copy color: '#DE9050'

red 222 ◦ green 144 ◦ blue 80

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

Shades of Whiskey Sour #DE9050

Tints of Whiskey Sour #DE9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.29%

 BLUE value IS 80 (31.64% from 255) = 17.94%

R = 49.78%
G = 32.29%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE9050 (or 0xDE9050) is known color: Whiskey Sour. HEX triplet: DE, 90 and 50. RGB value is (222,144,80). Sum of RGB (Red+Green+Blue) = 222+144+80=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9050 is #216FAF. Grayscale: #A0A0A0. Windows color (decimal): -2191280 or 5279966. OLE color: 5279966.

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

Color convert

RGB 222 144 80 -
CMYK 0 0.35 0.64 0.13
HSL 27.04º 0.68% 0.59% -
HSV(B) 27.04º 0.64% 0.87% -
XYZ 41.55 36.06 12.36 -
YUV 160.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 222 144 80 0 0.35 0.64 0.13 27.04 0.68 0.59
Hex DE 90 50 0 23 40 D 1B 44 3B
Octal 336 220 120 0 43 100 15 33 104 73
Binary 11011110 10010000 1010000 0 100011 1000000 1101 11011 1000100 111011

Color Harmonies of #DE9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9050

Black with #DE9050

Text Example


Text Example

White with #DE9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9050; }

 p { color: rgb(222,144,80); }

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

background-color css

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

 a { background-color: rgb(222,144,80); }

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

border-color css

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

 span { border-color: rgb(222,144,80); }

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