Html Css Color HEX #D8924F Whiskey Sour

📋 copy color: '#D8924F'

red 216 ◦ green 146 ◦ blue 79

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

Shades of Whiskey Sour #D8924F

Tints of Whiskey Sour #D8924F

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

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

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

R = 48.98%
G = 33.11%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8924F (or 0xD8924F) is known color: Whiskey Sour. HEX triplet: D8, 92 and 4F. RGB value is (216,146,79). Sum of RGB (Red+Green+Blue) = 216+146+79=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8924F is #276DB0. Grayscale: #9F9F9F. Windows color (decimal): -2583985 or 5214936. OLE color: 5214936.

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

Color convert

RGB 216 146 79 -
CMYK 0 0.32 0.63 0.15
HSL 29.34º 0.64% 0.58% -
HSV(B) 29.34º 0.63% 0.85% -
XYZ 40.01 35.72 12.18 -
YUV 159.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 216 146 79 0 0.32 0.63 0.15 29.34 0.64 0.58
Hex D8 92 4F 0 20 3F F 1D 40 3A
Octal 330 222 117 0 40 77 17 35 100 72
Binary 11011000 10010010 1001111 0 100000 111111 1111 11101 1000000 111010

Color Harmonies of #D8924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8924F

Black with #D8924F

Text Example


Text Example

White with #D8924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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