Html Css Color HEX #DE9151 Whiskey Sour

📋 copy color: '#DE9151'

red 222 ◦ green 145 ◦ blue 81

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

Shades of Whiskey Sour #DE9151

Tints of Whiskey Sour #DE9151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 49.55%
G = 32.37%
B = 18.08%

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

#DE9151 (or 0xDE9151) is known color: Whiskey Sour. HEX triplet: DE, 91 and 51. RGB value is (222,145,81). Sum of RGB (Red+Green+Blue) = 222+145+81=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9151 is #216EAE. Grayscale: #A1A1A1. Windows color (decimal): -2191023 or 5345758. OLE color: 5345758.

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

Color convert

RGB 222 145 81 -
CMYK 0 0.35 0.64 0.13
HSL 27.23º 0.68% 0.59% -
HSV(B) 27.23º 0.64% 0.87% -
XYZ 41.73 36.37 12.61 -
YUV 160.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 222 145 81 0 0.35 0.64 0.13 27.23 0.68 0.59
Hex DE 91 51 0 23 40 D 1B 44 3B
Octal 336 221 121 0 43 100 15 33 104 73
Binary 11011110 10010001 1010001 0 100011 1000000 1101 11011 1000100 111011

Color Harmonies of #DE9151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9151

Black with #DE9151

Text Example


Text Example

White with #DE9151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9151; }

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

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

background-color css

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

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

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

border-color css

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

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

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