Html Css Color HEX #DF915B Whiskey Sour

📋 copy color: '#DF915B'

red 223 ◦ green 145 ◦ blue 91

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

Shades of Whiskey Sour #DF915B

Tints of Whiskey Sour #DF915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 48.58%
G = 31.59%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF915B (or 0xDF915B) is known color: Whiskey Sour. HEX triplet: DF, 91 and 5B. RGB value is (223,145,91). Sum of RGB (Red+Green+Blue) = 223+145+91=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF915B is #206EA4. Grayscale: #A2A2A2. Windows color (decimal): -2125477 or 6001119. OLE color: 6001119.

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

Color convert

RGB 223 145 91 -
CMYK 0 0.35 0.59 0.13
HSL 24.55º 0.67% 0.62% -
HSV(B) 24.55º 0.59% 0.87% -
XYZ 42.45 36.69 14.74 -
YUV 162.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 223 145 91 0 0.35 0.59 0.13 24.55 0.67 0.62
Hex DF 91 5B 0 23 3B D 19 43 3E
Octal 337 221 133 0 43 73 15 31 103 76
Binary 11011111 10010001 1011011 0 100011 111011 1101 11001 1000011 111110

Color Harmonies of #DF915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF915B

Black with #DF915B

Text Example


Text Example

White with #DF915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF915B; }

 p { color: rgb(223,145,91); }

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

background-color css

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

 a { background-color: rgb(223,145,91); }

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

border-color css

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

 span { border-color: rgb(223,145,91); }

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