Html Css Color HEX #D99361 Whiskey Sour

📋 copy color: '#D99361'

red 217 ◦ green 147 ◦ blue 97

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

Shades of Whiskey Sour #D99361

Tints of Whiskey Sour #D99361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 47.07%
G = 31.89%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99361 (or 0xD99361) is known color: Whiskey Sour. HEX triplet: D9, 93 and 61. RGB value is (217,147,97). Sum of RGB (Red+Green+Blue) = 217+147+97=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D99361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99361 is #266C9E. Grayscale: #A2A2A2. Windows color (decimal): -2518175 or 6394841. OLE color: 6394841.

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

Color convert

RGB 217 147 97 -
CMYK 0 0.32 0.55 0.15
HSL 25º 0.61% 0.62% -
HSV(B) 25º 0.55% 0.85% -
XYZ 41.21 36.48 16.18 -
YUV 162.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 217 147 97 0 0.32 0.55 0.15 25 0.61 0.62
Hex D9 93 61 0 20 37 F 19 3D 3E
Octal 331 223 141 0 40 67 17 31 75 76
Binary 11011001 10010011 1100001 0 100000 110111 1111 11001 111101 111110

Color Harmonies of #D99361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99361

Black with #D99361

Text Example


Text Example

White with #D99361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99361; }

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

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

background-color css

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

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

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

border-color css

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

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

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