Html Css Color HEX #D99561 Whiskey Sour

📋 copy color: '#D99561'

red 217 ◦ green 149 ◦ blue 97

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

Shades of Whiskey Sour #D99561

Tints of Whiskey Sour #D99561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

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

R = 46.87%
G = 32.18%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99561 (or 0xD99561) is known color: Whiskey Sour. HEX triplet: D9, 95 and 61. RGB value is (217,149,97). Sum of RGB (Red+Green+Blue) = 217+149+97=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99561 is #266A9E. Grayscale: #A3A3A3. Windows color (decimal): -2517663 or 6395353. OLE color: 6395353.

HSL color Cylindrical-coordinate representation of color #D99561: hue angle of 26º 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 #D99561 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 97 -
CMYK 0 0.31 0.55 0.15
HSL 26º 0.61% 0.62% -
HSV(B) 26º 0.55% 0.85% -
XYZ 41.52 37.11 16.28 -
YUV 163.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 217 149 97 0 0.31 0.55 0.15 26 0.61 0.62
Hex D9 95 61 0 1F 37 F 1A 3D 3E
Octal 331 225 141 0 37 67 17 32 75 76
Binary 11011001 10010101 1100001 0 11111 110111 1111 11010 111101 111110

Color Harmonies of #D99561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99561

Black with #D99561

Text Example


Text Example

White with #D99561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99561; }

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

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

background-color css

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

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

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

border-color css

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

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

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