Html Css Color HEX #DF945F Whiskey Sour

📋 copy color: '#DF945F'

red 223 ◦ green 148 ◦ blue 95

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

Shades of Whiskey Sour #DF945F

Tints of Whiskey Sour #DF945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.39%

R = 47.85%
G = 31.76%
B = 20.39%

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

#DF945F (or 0xDF945F) is known color: Whiskey Sour. HEX triplet: DF, 94 and 5F. RGB value is (223,148,95). Sum of RGB (Red+Green+Blue) = 223+148+95=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF945F is #206BA0. Grayscale: #A4A4A4. Windows color (decimal): -2124705 or 6264031. OLE color: 6264031.

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

Color convert

RGB 223 148 95 -
CMYK 0 0.34 0.57 0.13
HSL 24.84º 0.67% 0.62% -
HSV(B) 24.84º 0.57% 0.87% -
XYZ 43.09 37.69 15.83 -
YUV 164.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 223 148 95 0 0.34 0.57 0.13 24.84 0.67 0.62
Hex DF 94 5F 0 22 39 D 19 43 3E
Octal 337 224 137 0 42 71 15 31 103 76
Binary 11011111 10010100 1011111 0 100010 111001 1101 11001 1000011 111110

Color Harmonies of #DF945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF945F

Black with #DF945F

Text Example


Text Example

White with #DF945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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