Html Css Color HEX #DF935C Whiskey Sour

📋 copy color: '#DF935C'

red 223 ◦ green 147 ◦ blue 92

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

Shades of Whiskey Sour #DF935C

Tints of Whiskey Sour #DF935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 48.27%
G = 31.82%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF935C (or 0xDF935C) is known color: Whiskey Sour. HEX triplet: DF, 93 and 5C. RGB value is (223,147,92). Sum of RGB (Red+Green+Blue) = 223+147+92=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF935C is #206CA3. Grayscale: #A3A3A3. Windows color (decimal): -2124964 or 6067167. OLE color: 6067167.

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

Color convert

RGB 223 147 92 -
CMYK 0 0.34 0.59 0.13
HSL 25.19º 0.67% 0.62% -
HSV(B) 25.19º 0.59% 0.87% -
XYZ 42.8 37.33 15.07 -
YUV 163.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 223 147 92 0 0.34 0.59 0.13 25.19 0.67 0.62
Hex DF 93 5C 0 22 3B D 19 43 3E
Octal 337 223 134 0 42 73 15 31 103 76
Binary 11011111 10010011 1011100 0 100010 111011 1101 11001 1000011 111110

Color Harmonies of #DF935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF935C

Black with #DF935C

Text Example


Text Example

White with #DF935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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