Html Css Color HEX #DF8D5C Whiskey Sour

📋 copy color: '#DF8D5C'

red 223 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #DF8D5C

Tints of Whiskey Sour #DF8D5C

RGB

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

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

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

R = 48.9%
G = 30.92%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF8D5C (or 0xDF8D5C) is known color: Whiskey Sour. HEX triplet: DF, 8D and 5C. RGB value is (223,141,92). Sum of RGB (Red+Green+Blue) = 223+141+92=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D5C is #2072A3. Grayscale: #A0A0A0. Windows color (decimal): -2126500 or 6065631. OLE color: 6065631.

HSL color Cylindrical-coordinate representation of color #DF8D5C: hue angle of 22.44º degrees, saturation: 0.67, 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 #DF8D5C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 92 -
CMYK 0 0.37 0.59 0.13
HSL 22.44º 0.67% 0.62% -
HSV(B) 22.44º 0.59% 0.87% -
XYZ 41.89 35.51 14.77 -
YUV 159.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 223 141 92 0 0.37 0.59 0.13 22.44 0.67 0.62
Hex DF 8D 5C 0 25 3B D 16 43 3E
Octal 337 215 134 0 45 73 15 26 103 76
Binary 11011111 10001101 1011100 0 100101 111011 1101 10110 1000011 111110

Color Harmonies of #DF8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D5C

Black with #DF8D5C

Text Example


Text Example

White with #DF8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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