Html Css Color HEX #D99963 Whiskey Sour

📋 copy color: '#D99963'

red 217 ◦ green 153 ◦ blue 99

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

Shades of Whiskey Sour #D99963

Tints of Whiskey Sour #D99963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 46.27%
G = 32.62%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99963 (or 0xD99963) is known color: Whiskey Sour. HEX triplet: D9, 99 and 63. RGB value is (217,153,99). Sum of RGB (Red+Green+Blue) = 217+153+99=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99963 is #26669C. Grayscale: #A6A6A6. Windows color (decimal): -2516637 or 6527449. OLE color: 6527449.

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

Color convert

RGB 217 153 99 -
CMYK 0 0.29 0.54 0.15
HSL 27.46º 0.61% 0.62% -
HSV(B) 27.46º 0.54% 0.85% -
XYZ 42.26 38.44 17 -
YUV 165.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 217 153 99 0 0.29 0.54 0.15 27.46 0.61 0.62
Hex D9 99 63 0 1D 36 F 1B 3D 3E
Octal 331 231 143 0 35 66 17 33 75 76
Binary 11011001 10011001 1100011 0 11101 110110 1111 11011 111101 111110

Color Harmonies of #D99963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99963

Black with #D99963

Text Example


Text Example

White with #D99963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99963; }

 p { color: rgb(217,153,99); }

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

background-color css

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

 a { background-color: rgb(217,153,99); }

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

border-color css

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

 span { border-color: rgb(217,153,99); }

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