Html Css Color HEX #D99058 Whiskey Sour

📋 copy color: '#D99058'

red 217 ◦ green 144 ◦ blue 88

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

Shades of Whiskey Sour #D99058

Tints of Whiskey Sour #D99058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 88 (34.77% from 255) = 19.6%

R = 48.33%
G = 32.07%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99058 (or 0xD99058) is known color: Whiskey Sour. HEX triplet: D9, 90 and 58. RGB value is (217,144,88). Sum of RGB (Red+Green+Blue) = 217+144+88=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99058 is #266FA7. Grayscale: #9F9F9F. Windows color (decimal): -2518952 or 5804249. OLE color: 5804249.

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

Color convert

RGB 217 144 88 -
CMYK 0 0.34 0.59 0.15
HSL 26.05º 0.63% 0.6% -
HSV(B) 26.05º 0.59% 0.85% -
XYZ 40.35 35.4 13.94 -
YUV 159.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 217 144 88 0 0.34 0.59 0.15 26.05 0.63 0.6
Hex D9 90 58 0 22 3B F 1A 3F 3C
Octal 331 220 130 0 42 73 17 32 77 74
Binary 11011001 10010000 1011000 0 100010 111011 1111 11010 111111 111100

Color Harmonies of #D99058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99058

Black with #D99058

Text Example


Text Example

White with #D99058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99058; }

 p { color: rgb(217,144,88); }

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

background-color css

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

 a { background-color: rgb(217,144,88); }

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

border-color css

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

 span { border-color: rgb(217,144,88); }

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