Html Css Color HEX #DF935D Whiskey Sour

📋 copy color: '#DF935D'

red 223 ◦ green 147 ◦ blue 93

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

Shades of Whiskey Sour #DF935D

Tints of Whiskey Sour #DF935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 48.16%
G = 31.75%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF935D (or 0xDF935D) is known color: Whiskey Sour. HEX triplet: DF, 93 and 5D. RGB value is (223,147,93). Sum of RGB (Red+Green+Blue) = 223+147+93=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF935D is #206CA2. Grayscale: #A3A3A3. Windows color (decimal): -2124963 or 6132703. OLE color: 6132703.

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

Color convert

RGB 223 147 93 -
CMYK 0 0.34 0.58 0.13
HSL 24.92º 0.67% 0.62% -
HSV(B) 24.92º 0.58% 0.87% -
XYZ 42.84 37.35 15.31 -
YUV 163.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 223 147 93 0 0.34 0.58 0.13 24.92 0.67 0.62
Hex DF 93 5D 0 22 3A D 19 43 3E
Octal 337 223 135 0 42 72 15 31 103 76
Binary 11011111 10010011 1011101 0 100010 111010 1101 11001 1000011 111110

Color Harmonies of #DF935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF935D

Black with #DF935D

Text Example


Text Example

White with #DF935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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