Html Css Color HEX #D99861 Whiskey Sour

📋 copy color: '#D99861'

red 217 ◦ green 152 ◦ blue 97

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

Shades of Whiskey Sour #D99861

Tints of Whiskey Sour #D99861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 46.57%
G = 32.62%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99861 (or 0xD99861) is known color: Whiskey Sour. HEX triplet: D9, 98 and 61. RGB value is (217,152,97). Sum of RGB (Red+Green+Blue) = 217+152+97=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99861 is #26679E. Grayscale: #A5A5A5. Windows color (decimal): -2516895 or 6396121. OLE color: 6396121.

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

Color convert

RGB 217 152 97 -
CMYK 0 0.30 0.55 0.15
HSL 27.5º 0.61% 0.62% -
HSV(B) 27.5º 0.55% 0.85% -
XYZ 42 38.07 16.44 -
YUV 165.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 217 152 97 0 0.30 0.55 0.15 27.5 0.61 0.62
Hex D9 98 61 0 1E 37 F 1C 3D 3E
Octal 331 230 141 0 36 67 17 34 75 76
Binary 11011001 10011000 1100001 0 11110 110111 1111 11100 111101 111110

Color Harmonies of #D99861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99861

Black with #D99861

Text Example


Text Example

White with #D99861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99861; }

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

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

background-color css

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

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

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

border-color css

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

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

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