Html Css Color HEX #DF9461 Whiskey Sour

📋 copy color: '#DF9461'

red 223 ◦ green 148 ◦ blue 97

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

Shades of Whiskey Sour #DF9461

Tints of Whiskey Sour #DF9461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 47.65%
G = 31.62%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9461 (or 0xDF9461) is known color: Whiskey Sour. HEX triplet: DF, 94 and 61. RGB value is (223,148,97). Sum of RGB (Red+Green+Blue) = 223+148+97=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9461 is #206B9E. Grayscale: #A4A4A4. Windows color (decimal): -2124703 or 6395103. OLE color: 6395103.

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

Color convert

RGB 223 148 97 -
CMYK 0 0.34 0.57 0.13
HSL 24.29º 0.66% 0.63% -
HSV(B) 24.29º 0.57% 0.87% -
XYZ 43.18 37.73 16.32 -
YUV 164.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 223 148 97 0 0.34 0.57 0.13 24.29 0.66 0.63
Hex DF 94 61 0 22 39 D 18 42 3F
Octal 337 224 141 0 42 71 15 30 102 77
Binary 11011111 10010100 1100001 0 100010 111001 1101 11000 1000010 111111

Color Harmonies of #DF9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9461

Black with #DF9461

Text Example


Text Example

White with #DF9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9461; }

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

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

background-color css

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

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

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

border-color css

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

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

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