Html Css Color HEX #DF8855 Whiskey Sour

📋 copy color: '#DF8855'

red 223 ◦ green 136 ◦ blue 85

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

Shades of Whiskey Sour #DF8855

Tints of Whiskey Sour #DF8855

RGB

 RED value IS 223 (87.5% from 255) = 50.23%

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

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

R = 50.23%
G = 30.63%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF8855 (or 0xDF8855) is known color: Whiskey Sour. HEX triplet: DF, 88 and 55. RGB value is (223,136,85). Sum of RGB (Red+Green+Blue) = 223+136+85=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8855 is #2077AA. Grayscale: #9C9C9C. Windows color (decimal): -2127787 or 5605599. OLE color: 5605599.

HSL color Cylindrical-coordinate representation of color #DF8855: hue angle of 22.17º degrees, saturation: 0.68, 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 #DF8855 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 85 -
CMYK 0 0.39 0.62 0.13
HSL 22.17º 0.68% 0.6% -
HSV(B) 22.17º 0.62% 0.87% -
XYZ 40.88 33.95 12.99 -
YUV 156.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 223 136 85 0 0.39 0.62 0.13 22.17 0.68 0.6
Hex DF 88 55 0 27 3E D 16 44 3C
Octal 337 210 125 0 47 76 15 26 104 74
Binary 11011111 10001000 1010101 0 100111 111110 1101 10110 1000100 111100

Color Harmonies of #DF8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8855

Black with #DF8855

Text Example


Text Example

White with #DF8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8855; }

 p { color: rgb(223,136,85); }

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

background-color css

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

 a { background-color: rgb(223,136,85); }

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

border-color css

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

 span { border-color: rgb(223,136,85); }

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