Html Css Color HEX #DF9261 Whiskey Sour

📋 copy color: '#DF9261'

red 223 ◦ green 146 ◦ blue 97

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

Shades of Whiskey Sour #DF9261

Tints of Whiskey Sour #DF9261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.33%

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

R = 47.85%
G = 31.33%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9261 (or 0xDF9261) is known color: Whiskey Sour. HEX triplet: DF, 92 and 61. RGB value is (223,146,97). Sum of RGB (Red+Green+Blue) = 223+146+97=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9261 is #206D9E. Grayscale: #A3A3A3. Windows color (decimal): -2125215 or 6394591. OLE color: 6394591.

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

Color convert

RGB 223 146 97 -
CMYK 0 0.35 0.57 0.13
HSL 23.33º 0.66% 0.63% -
HSV(B) 23.33º 0.57% 0.87% -
XYZ 42.87 37.11 16.21 -
YUV 163.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 223 146 97 0 0.35 0.57 0.13 23.33 0.66 0.63
Hex DF 92 61 0 23 39 D 17 42 3F
Octal 337 222 141 0 43 71 15 27 102 77
Binary 11011111 10010010 1100001 0 100011 111001 1101 10111 1000010 111111

Color Harmonies of #DF9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9261

Black with #DF9261

Text Example


Text Example

White with #DF9261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9261; }

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

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

background-color css

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

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

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

border-color css

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

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

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