Html Css Color HEX #D99350 Whiskey Sour

📋 copy color: '#D99350'

red 217 ◦ green 147 ◦ blue 80

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

Shades of Whiskey Sour #D99350

Tints of Whiskey Sour #D99350

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

 GREEN value IS 147 (57.81% from 255) = 33.11%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 48.87%
G = 33.11%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99350 (or 0xD99350) is known color: Whiskey Sour. HEX triplet: D9, 93 and 50. RGB value is (217,147,80). Sum of RGB (Red+Green+Blue) = 217+147+80=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D99350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99350 is #266CAF. Grayscale: #A0A0A0. Windows color (decimal): -2518192 or 5280729. OLE color: 5280729.

HSL color Cylindrical-coordinate representation of color #D99350: hue angle of 29.34º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D99350 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 80 -
CMYK 0 0.32 0.63 0.15
HSL 29.34º 0.64% 0.58% -
HSV(B) 29.34º 0.63% 0.85% -
XYZ 40.5 36.2 12.44 -
YUV 160.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 217 147 80 0 0.32 0.63 0.15 29.34 0.64 0.58
Hex D9 93 50 0 20 3F F 1D 40 3A
Octal 331 223 120 0 40 77 17 35 100 72
Binary 11011001 10010011 1010000 0 100000 111111 1111 11101 1000000 111010

Color Harmonies of #D99350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99350

Black with #D99350

Text Example


Text Example

White with #D99350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99350; }

 p { color: rgb(217,147,80); }

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

background-color css

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

 a { background-color: rgb(217,147,80); }

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

border-color css

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

 span { border-color: rgb(217,147,80); }

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