Html Css Color HEX #DF9155 Whiskey Sour

📋 copy color: '#DF9155'

red 223 ◦ green 145 ◦ blue 85

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

Shades of Whiskey Sour #DF9155

Tints of Whiskey Sour #DF9155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.76%

R = 49.23%
G = 32.01%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF9155 (or 0xDF9155) is known color: Whiskey Sour. HEX triplet: DF, 91 and 55. RGB value is (223,145,85). Sum of RGB (Red+Green+Blue) = 223+145+85=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9155 is #206EAA. Grayscale: #A1A1A1. Windows color (decimal): -2125483 or 5607903. OLE color: 5607903.

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

Color convert

RGB 223 145 85 -
CMYK 0 0.35 0.62 0.13
HSL 26.09º 0.68% 0.6% -
HSV(B) 26.09º 0.62% 0.87% -
XYZ 42.2 36.59 13.43 -
YUV 161.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 223 145 85 0 0.35 0.62 0.13 26.09 0.68 0.6
Hex DF 91 55 0 23 3E D 1A 44 3C
Octal 337 221 125 0 43 76 15 32 104 74
Binary 11011111 10010001 1010101 0 100011 111110 1101 11010 1000100 111100

Color Harmonies of #DF9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9155

Black with #DF9155

Text Example


Text Example

White with #DF9155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9155; }

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

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

background-color css

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

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

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

border-color css

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

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

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