Html Css Color HEX #DF8D52 Whiskey Sour

📋 copy color: '#DF8D52'

red 223 ◦ green 141 ◦ blue 82

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

Shades of Whiskey Sour #DF8D52

Tints of Whiskey Sour #DF8D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.39%

R = 50%
G = 31.61%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8D52 (or 0xDF8D52) is known color: Whiskey Sour. HEX triplet: DF, 8D and 52. RGB value is (223,141,82). Sum of RGB (Red+Green+Blue) = 223+141+82=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D52 is #2072AD. Grayscale: #9F9F9F. Windows color (decimal): -2126510 or 5410271. OLE color: 5410271.

HSL color Cylindrical-coordinate representation of color #DF8D52: hue angle of 25.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF8D52 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 82 -
CMYK 0 0.37 0.63 0.13
HSL 25.11º 0.69% 0.6% -
HSV(B) 25.11º 0.63% 0.87% -
XYZ 41.48 35.35 12.62 -
YUV 158.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 223 141 82 0 0.37 0.63 0.13 25.11 0.69 0.6
Hex DF 8D 52 0 25 3F D 19 45 3C
Octal 337 215 122 0 45 77 15 31 105 74
Binary 11011111 10001101 1010010 0 100101 111111 1101 11001 1000101 111100

Color Harmonies of #DF8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D52

Black with #DF8D52

Text Example


Text Example

White with #DF8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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