Html Css Color HEX #D99355 Whiskey Sour

📋 copy color: '#D99355'

red 217 ◦ green 147 ◦ blue 85

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

Shades of Whiskey Sour #D99355

Tints of Whiskey Sour #D99355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 48.33%
G = 32.74%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99355 (or 0xD99355) is known color: Whiskey Sour. HEX triplet: D9, 93 and 55. RGB value is (217,147,85). Sum of RGB (Red+Green+Blue) = 217+147+85=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99355 is #266CAA. Grayscale: #A1A1A1. Windows color (decimal): -2518187 or 5608409. OLE color: 5608409.

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

Color convert

RGB 217 147 85 -
CMYK 0 0.32 0.61 0.15
HSL 28.18º 0.63% 0.59% -
HSV(B) 28.18º 0.61% 0.85% -
XYZ 40.69 36.28 13.45 -
YUV 160.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 217 147 85 0 0.32 0.61 0.15 28.18 0.63 0.59
Hex D9 93 55 0 20 3D F 1C 3F 3B
Octal 331 223 125 0 40 75 17 34 77 73
Binary 11011001 10010011 1010101 0 100000 111101 1111 11100 111111 111011

Color Harmonies of #D99355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99355

Black with #D99355

Text Example


Text Example

White with #D99355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99355; }

 p { color: rgb(217,147,85); }

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

background-color css

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

 a { background-color: rgb(217,147,85); }

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

border-color css

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

 span { border-color: rgb(217,147,85); }

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