Html Css Color HEX #DF905E Whiskey Sour

📋 copy color: '#DF905E'

red 223 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #DF905E

Tints of Whiskey Sour #DF905E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 48.37%
G = 31.24%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF905E (or 0xDF905E) is known color: Whiskey Sour. HEX triplet: DF, 90 and 5E. RGB value is (223,144,94). Sum of RGB (Red+Green+Blue) = 223+144+94=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF905E is #206FA1. Grayscale: #A2A2A2. Windows color (decimal): -2125730 or 6197471. OLE color: 6197471.

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

Color convert

RGB 223 144 94 -
CMYK 0 0.35 0.58 0.13
HSL 23.26º 0.67% 0.62% -
HSV(B) 23.26º 0.58% 0.87% -
XYZ 42.43 36.44 15.39 -
YUV 161.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 223 144 94 0 0.35 0.58 0.13 23.26 0.67 0.62
Hex DF 90 5E 0 23 3A D 17 43 3E
Octal 337 220 136 0 43 72 15 27 103 76
Binary 11011111 10010000 1011110 0 100011 111010 1101 10111 1000011 111110

Color Harmonies of #DF905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF905E

Black with #DF905E

Text Example


Text Example

White with #DF905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF905E; }

 p { color: rgb(223,144,94); }

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

background-color css

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

 a { background-color: rgb(223,144,94); }

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

border-color css

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

 span { border-color: rgb(223,144,94); }

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