Html Css Color HEX #D99760 Whiskey Sour

📋 copy color: '#D99760'

red 217 ◦ green 151 ◦ blue 96

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

Shades of Whiskey Sour #D99760

Tints of Whiskey Sour #D99760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 46.77%
G = 32.54%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99760 (or 0xD99760) is known color: Whiskey Sour. HEX triplet: D9, 97 and 60. RGB value is (217,151,96). Sum of RGB (Red+Green+Blue) = 217+151+96=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99760 is #26689F. Grayscale: #A4A4A4. Windows color (decimal): -2517152 or 6330329. OLE color: 6330329.

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

Color convert

RGB 217 151 96 -
CMYK 0 0.30 0.56 0.15
HSL 27.27º 0.61% 0.61% -
HSV(B) 27.27º 0.56% 0.85% -
XYZ 41.79 37.73 16.15 -
YUV 164.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 217 151 96 0 0.30 0.56 0.15 27.27 0.61 0.61
Hex D9 97 60 0 1E 38 F 1B 3D 3D
Octal 331 227 140 0 36 70 17 33 75 75
Binary 11011001 10010111 1100000 0 11110 111000 1111 11011 111101 111101

Color Harmonies of #D99760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99760

Black with #D99760

Text Example


Text Example

White with #D99760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99760; }

 p { color: rgb(217,151,96); }

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

background-color css

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

 a { background-color: rgb(217,151,96); }

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

border-color css

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

 span { border-color: rgb(217,151,96); }

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