Html Css Color HEX #DE8D5C Whiskey Sour

📋 copy color: '#DE8D5C'

red 222 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #DE8D5C

Tints of Whiskey Sour #DE8D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 48.79%
G = 30.99%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE8D5C (or 0xDE8D5C) is known color: Whiskey Sour. HEX triplet: DE, 8D and 5C. RGB value is (222,141,92). Sum of RGB (Red+Green+Blue) = 222+141+92=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D5C is #2172A3. Grayscale: #9F9F9F. Windows color (decimal): -2192036 or 6065630. OLE color: 6065630.

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

Color convert

RGB 222 141 92 -
CMYK 0 0.36 0.59 0.13
HSL 22.62º 0.66% 0.62% -
HSV(B) 22.62º 0.59% 0.87% -
XYZ 41.58 35.35 14.76 -
YUV 159.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 222 141 92 0 0.36 0.59 0.13 22.62 0.66 0.62
Hex DE 8D 5C 0 24 3B D 17 42 3E
Octal 336 215 134 0 44 73 15 27 102 76
Binary 11011110 10001101 1011100 0 100100 111011 1101 10111 1000010 111110

Color Harmonies of #DE8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D5C

Black with #DE8D5C

Text Example


Text Example

White with #DE8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D5C; }

 p { color: rgb(222,141,92); }

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

background-color css

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

 a { background-color: rgb(222,141,92); }

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

border-color css

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

 span { border-color: rgb(222,141,92); }

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