Html Css Color HEX #D99150 Whiskey Sour

📋 copy color: '#D99150'

red 217 ◦ green 145 ◦ blue 80

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

Shades of Whiskey Sour #D99150

Tints of Whiskey Sour #D99150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 49.1%
G = 32.81%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99150 (or 0xD99150) is known color: Whiskey Sour. HEX triplet: D9, 91 and 50. RGB value is (217,145,80). Sum of RGB (Red+Green+Blue) = 217+145+80=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D99150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99150 is #266EAF. Grayscale: #9F9F9F. Windows color (decimal): -2518704 or 5280217. OLE color: 5280217.

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

Color convert

RGB 217 145 80 -
CMYK 0 0.33 0.63 0.15
HSL 28.47º 0.64% 0.58% -
HSV(B) 28.47º 0.63% 0.85% -
XYZ 40.19 35.58 12.34 -
YUV 159.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 217 145 80 0 0.33 0.63 0.15 28.47 0.64 0.58
Hex D9 91 50 0 21 3F F 1C 40 3A
Octal 331 221 120 0 41 77 17 34 100 72
Binary 11011001 10010001 1010000 0 100001 111111 1111 11100 1000000 111010

Color Harmonies of #D99150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99150

Black with #D99150

Text Example


Text Example

White with #D99150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99150; }

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

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

background-color css

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

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

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

border-color css

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

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

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