Html Css Color HEX #DF9463 Whiskey Sour

📋 copy color: '#DF9463'

red 223 ◦ green 148 ◦ blue 99

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

Shades of Whiskey Sour #DF9463

Tints of Whiskey Sour #DF9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 47.45%
G = 31.49%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF9463 (or 0xDF9463) is known color: Whiskey Sour. HEX triplet: DF, 94 and 63. RGB value is (223,148,99). Sum of RGB (Red+Green+Blue) = 223+148+99=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9463 is #206B9C. Grayscale: #A5A5A5. Windows color (decimal): -2124701 or 6526175. OLE color: 6526175.

HSL color Cylindrical-coordinate representation of color #DF9463: hue angle of 23.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF9463 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 99 -
CMYK 0 0.34 0.56 0.13
HSL 23.71º 0.66% 0.63% -
HSV(B) 23.71º 0.56% 0.87% -
XYZ 43.27 37.77 16.81 -
YUV 164.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 223 148 99 0 0.34 0.56 0.13 23.71 0.66 0.63
Hex DF 94 63 0 22 38 D 18 42 3F
Octal 337 224 143 0 42 70 15 30 102 77
Binary 11011111 10010100 1100011 0 100010 111000 1101 11000 1000010 111111

Color Harmonies of #DF9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9463

Black with #DF9463

Text Example


Text Example

White with #DF9463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9463; }

 p { color: rgb(223,148,99); }

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

background-color css

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

 a { background-color: rgb(223,148,99); }

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

border-color css

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

 span { border-color: rgb(223,148,99); }

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