Html Css Color HEX #DF9051 Whiskey Sour

📋 copy color: '#DF9051'

red 223 ◦ green 144 ◦ blue 81

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

Shades of Whiskey Sour #DF9051

Tints of Whiskey Sour #DF9051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 49.78%
G = 32.14%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF9051 (or 0xDF9051) is known color: Whiskey Sour. HEX triplet: DF, 90 and 51. RGB value is (223,144,81). Sum of RGB (Red+Green+Blue) = 223+144+81=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9051 is #206FAE. Grayscale: #A0A0A0. Windows color (decimal): -2125743 or 5345503. OLE color: 5345503.

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

Color convert

RGB 223 144 81 -
CMYK 0 0.35 0.64 0.13
HSL 26.62º 0.69% 0.6% -
HSV(B) 26.62º 0.64% 0.87% -
XYZ 41.89 36.23 12.57 -
YUV 160.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 223 144 81 0 0.35 0.64 0.13 26.62 0.69 0.6
Hex DF 90 51 0 23 40 D 1B 45 3C
Octal 337 220 121 0 43 100 15 33 105 74
Binary 11011111 10010000 1010001 0 100011 1000000 1101 11011 1000101 111100

Color Harmonies of #DF9051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9051

Black with #DF9051

Text Example


Text Example

White with #DF9051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9051; }

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

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

background-color css

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

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

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

border-color css

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

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

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