Html Css Color HEX #D9924F Whiskey Sour

📋 copy color: '#D9924F'

red 217 ◦ green 146 ◦ blue 79

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

Shades of Whiskey Sour #D9924F

Tints of Whiskey Sour #D9924F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 49.1%
G = 33.03%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9924F (or 0xD9924F) is known color: Whiskey Sour. HEX triplet: D9, 92 and 4F. RGB value is (217,146,79). Sum of RGB (Red+Green+Blue) = 217+146+79=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9924F is #266DB0. Grayscale: #9F9F9F. Windows color (decimal): -2518449 or 5214937. OLE color: 5214937.

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

Color convert

RGB 217 146 79 -
CMYK 0 0.33 0.64 0.15
HSL 29.13º 0.64% 0.58% -
HSV(B) 29.13º 0.64% 0.85% -
XYZ 40.31 35.87 12.2 -
YUV 159.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 217 146 79 0 0.33 0.64 0.15 29.13 0.64 0.58
Hex D9 92 4F 0 21 40 F 1D 40 3A
Octal 331 222 117 0 41 100 17 35 100 72
Binary 11011001 10010010 1001111 0 100001 1000000 1111 11101 1000000 111010

Color Harmonies of #D9924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9924F

Black with #D9924F

Text Example


Text Example

White with #D9924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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