Html Css Color HEX #DF9362 Whiskey Sour

📋 copy color: '#DF9362'

red 223 ◦ green 147 ◦ blue 98

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

Shades of Whiskey Sour #DF9362

Tints of Whiskey Sour #DF9362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 47.65%
G = 31.41%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF9362 (or 0xDF9362) is known color: Whiskey Sour. HEX triplet: DF, 93 and 62. RGB value is (223,147,98). Sum of RGB (Red+Green+Blue) = 223+147+98=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9362 is #206C9D. Grayscale: #A4A4A4. Windows color (decimal): -2124958 or 6460383. OLE color: 6460383.

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

Color convert

RGB 223 147 98 -
CMYK 0 0.34 0.56 0.13
HSL 23.52º 0.66% 0.63% -
HSV(B) 23.52º 0.56% 0.87% -
XYZ 43.07 37.44 16.51 -
YUV 164.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 223 147 98 0 0.34 0.56 0.13 23.52 0.66 0.63
Hex DF 93 62 0 22 38 D 18 42 3F
Octal 337 223 142 0 42 70 15 30 102 77
Binary 11011111 10010011 1100010 0 100010 111000 1101 11000 1000010 111111

Color Harmonies of #DF9362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9362

Black with #DF9362

Text Example


Text Example

White with #DF9362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9362; }

 p { color: rgb(223,147,98); }

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

background-color css

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

 a { background-color: rgb(223,147,98); }

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

border-color css

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

 span { border-color: rgb(223,147,98); }

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