Html Css Color HEX #D99864 Whiskey Sour

📋 copy color: '#D99864'

red 217 ◦ green 152 ◦ blue 100

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

Shades of Whiskey Sour #D99864

Tints of Whiskey Sour #D99864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 46.27%
G = 32.41%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99864 (or 0xD99864) is known color: Whiskey Sour. HEX triplet: D9, 98 and 64. RGB value is (217,152,100). Sum of RGB (Red+Green+Blue) = 217+152+100=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99864 is #26679B. Grayscale: #A5A5A5. Windows color (decimal): -2516892 or 6592729. OLE color: 6592729.

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

Color convert

RGB 217 152 100 -
CMYK 0 0.30 0.54 0.15
HSL 26.67º 0.61% 0.62% -
HSV(B) 26.67º 0.54% 0.85% -
XYZ 42.14 38.13 17.19 -
YUV 165.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 217 152 100 0 0.30 0.54 0.15 26.67 0.61 0.62
Hex D9 98 64 0 1E 36 F 1B 3D 3E
Octal 331 230 144 0 36 66 17 33 75 76
Binary 11011001 10011000 1100100 0 11110 110110 1111 11011 111101 111110

Color Harmonies of #D99864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99864

Black with #D99864

Text Example


Text Example

White with #D99864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99864; }

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

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

background-color css

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

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

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

border-color css

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

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

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