Html Css Color HEX #D99661 Whiskey Sour

📋 copy color: '#D99661'

red 217 ◦ green 150 ◦ blue 97

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

Shades of Whiskey Sour #D99661

Tints of Whiskey Sour #D99661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 46.77%
G = 32.33%
B = 20.91%

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

#D99661 (or 0xD99661) is known color: Whiskey Sour. HEX triplet: D9, 96 and 61. RGB value is (217,150,97). Sum of RGB (Red+Green+Blue) = 217+150+97=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99661 is #26699E. Grayscale: #A4A4A4. Windows color (decimal): -2517407 or 6395609. OLE color: 6395609.

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

Color convert

RGB 217 150 97 -
CMYK 0 0.31 0.55 0.15
HSL 26.5º 0.61% 0.62% -
HSV(B) 26.5º 0.55% 0.85% -
XYZ 41.68 37.43 16.34 -
YUV 163.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 217 150 97 0 0.31 0.55 0.15 26.5 0.61 0.62
Hex D9 96 61 0 1F 37 F 1A 3D 3E
Octal 331 226 141 0 37 67 17 32 75 76
Binary 11011001 10010110 1100001 0 11111 110111 1111 11010 111101 111110

Color Harmonies of #D99661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99661

Black with #D99661

Text Example


Text Example

White with #D99661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99661; }

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

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

background-color css

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

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

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

border-color css

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

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

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