Html Css Color HEX #D99250 Whiskey Sour

📋 copy color: '#D99250'

red 217 ◦ green 146 ◦ blue 80

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

Shades of Whiskey Sour #D99250

Tints of Whiskey Sour #D99250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.96%

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

R = 48.98%
G = 32.96%
B = 18.06%

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

#D99250 (or 0xD99250) is known color: Whiskey Sour. HEX triplet: D9, 92 and 50. RGB value is (217,146,80). Sum of RGB (Red+Green+Blue) = 217+146+80=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D99250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99250 is #266DAF. Grayscale: #A0A0A0. Windows color (decimal): -2518448 or 5280473. OLE color: 5280473.

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

Color convert

RGB 217 146 80 -
CMYK 0 0.33 0.63 0.15
HSL 28.91º 0.64% 0.58% -
HSV(B) 28.91º 0.63% 0.85% -
XYZ 40.34 35.89 12.39 -
YUV 159.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 217 146 80 0 0.33 0.63 0.15 28.91 0.64 0.58
Hex D9 92 50 0 21 3F F 1D 40 3A
Octal 331 222 120 0 41 77 17 35 100 72
Binary 11011001 10010010 1010000 0 100001 111111 1111 11101 1000000 111010

Color Harmonies of #D99250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99250

Black with #D99250

Text Example


Text Example

White with #D99250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99250; }

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

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

background-color css

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

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

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

border-color css

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

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

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