Html Css Color HEX #DF9462 Whiskey Sour

📋 copy color: '#DF9462'

red 223 ◦ green 148 ◦ blue 98

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

Shades of Whiskey Sour #DF9462

Tints of Whiskey Sour #DF9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.56%

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

R = 47.55%
G = 31.56%
B = 20.9%

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

#DF9462 (or 0xDF9462) is known color: Whiskey Sour. HEX triplet: DF, 94 and 62. RGB value is (223,148,98). Sum of RGB (Red+Green+Blue) = 223+148+98=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9462 is #206B9D. Grayscale: #A4A4A4. Windows color (decimal): -2124702 or 6460639. OLE color: 6460639.

HSL color Cylindrical-coordinate representation of color #DF9462: hue angle of 24º 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 #DF9462 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 98 -
CMYK 0 0.34 0.56 0.13
HSL 24º 0.66% 0.63% -
HSV(B) 24º 0.56% 0.87% -
XYZ 43.23 37.75 16.56 -
YUV 164.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 223 148 98 0 0.34 0.56 0.13 24 0.66 0.63
Hex DF 94 62 0 22 38 D 18 42 3F
Octal 337 224 142 0 42 70 15 30 102 77
Binary 11011111 10010100 1100010 0 100010 111000 1101 11000 1000010 111111

Color Harmonies of #DF9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9462

Black with #DF9462

Text Example


Text Example

White with #DF9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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