Html Css Color HEX #DF915C Whiskey Sour

📋 copy color: '#DF915C'

red 223 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #DF915C

Tints of Whiskey Sour #DF915C

RGB

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

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

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

R = 48.48%
G = 31.52%
B = 20%

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

#DF915C (or 0xDF915C) is known color: Whiskey Sour. HEX triplet: DF, 91 and 5C. RGB value is (223,145,92). Sum of RGB (Red+Green+Blue) = 223+145+92=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF915C is #206EA3. Grayscale: #A2A2A2. Windows color (decimal): -2125476 or 6066655. OLE color: 6066655.

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

Color convert

RGB 223 145 92 -
CMYK 0 0.35 0.59 0.13
HSL 24.27º 0.67% 0.62% -
HSV(B) 24.27º 0.59% 0.87% -
XYZ 42.49 36.71 14.97 -
YUV 162.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 223 145 92 0 0.35 0.59 0.13 24.27 0.67 0.62
Hex DF 91 5C 0 23 3B D 18 43 3E
Octal 337 221 134 0 43 73 15 30 103 76
Binary 11011111 10010001 1011100 0 100011 111011 1101 11000 1000011 111110

Color Harmonies of #DF915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF915C

Black with #DF915C

Text Example


Text Example

White with #DF915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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