Html Css Color HEX #D99154 Whiskey Sour

📋 copy color: '#D99154'

red 217 ◦ green 145 ◦ blue 84

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

Shades of Whiskey Sour #D99154

Tints of Whiskey Sour #D99154

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 48.65%
G = 32.51%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99154 (or 0xD99154) is known color: Whiskey Sour. HEX triplet: D9, 91 and 54. RGB value is (217,145,84). Sum of RGB (Red+Green+Blue) = 217+145+84=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D99154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99154 is #266EAB. Grayscale: #9F9F9F. Windows color (decimal): -2518700 or 5542361. OLE color: 5542361.

HSL color Cylindrical-coordinate representation of color #D99154: hue angle of 27.52º degrees, saturation: 0.64, 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 #D99154 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 84 -
CMYK 0 0.33 0.61 0.15
HSL 27.52º 0.64% 0.59% -
HSV(B) 27.52º 0.61% 0.85% -
XYZ 40.34 35.64 13.14 -
YUV 159.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 217 145 84 0 0.33 0.61 0.15 27.52 0.64 0.59
Hex D9 91 54 0 21 3D F 1C 40 3B
Octal 331 221 124 0 41 75 17 34 100 73
Binary 11011001 10010001 1010100 0 100001 111101 1111 11100 1000000 111011

Color Harmonies of #D99154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99154

Black with #D99154

Text Example


Text Example

White with #D99154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99154; }

 p { color: rgb(217,145,84); }

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

background-color css

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

 a { background-color: rgb(217,145,84); }

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

border-color css

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

 span { border-color: rgb(217,145,84); }

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