Html Css Color HEX #DF935F Whiskey Sour

📋 copy color: '#DF935F'

red 223 ◦ green 147 ◦ blue 95

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

Shades of Whiskey Sour #DF935F

Tints of Whiskey Sour #DF935F

RGB

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

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

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

R = 47.96%
G = 31.61%
B = 20.43%

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

#DF935F (or 0xDF935F) is known color: Whiskey Sour. HEX triplet: DF, 93 and 5F. RGB value is (223,147,95). Sum of RGB (Red+Green+Blue) = 223+147+95=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF935F is #206CA0. Grayscale: #A4A4A4. Windows color (decimal): -2124961 or 6263775. OLE color: 6263775.

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

Color convert

RGB 223 147 95 -
CMYK 0 0.34 0.57 0.13
HSL 24.38º 0.67% 0.62% -
HSV(B) 24.38º 0.57% 0.87% -
XYZ 42.93 37.38 15.78 -
YUV 163.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 223 147 95 0 0.34 0.57 0.13 24.38 0.67 0.62
Hex DF 93 5F 0 22 39 D 18 43 3E
Octal 337 223 137 0 42 71 15 30 103 76
Binary 11011111 10010011 1011111 0 100010 111001 1101 11000 1000011 111110

Color Harmonies of #DF935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF935F

Black with #DF935F

Text Example


Text Example

White with #DF935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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