Html Css Color HEX #D99458 Whiskey Sour

📋 copy color: '#D99458'

red 217 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #D99458

Tints of Whiskey Sour #D99458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.67%

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

R = 47.9%
G = 32.67%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99458 (or 0xD99458) is known color: Whiskey Sour. HEX triplet: D9, 94 and 58. RGB value is (217,148,88). Sum of RGB (Red+Green+Blue) = 217+148+88=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D99458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99458 is #266BA7. Grayscale: #A2A2A2. Windows color (decimal): -2517928 or 5805273. OLE color: 5805273.

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

Color convert

RGB 217 148 88 -
CMYK 0 0.32 0.59 0.15
HSL 27.91º 0.63% 0.6% -
HSV(B) 27.91º 0.59% 0.85% -
XYZ 40.97 36.64 14.14 -
YUV 161.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 217 148 88 0 0.32 0.59 0.15 27.91 0.63 0.6
Hex D9 94 58 0 20 3B F 1C 3F 3C
Octal 331 224 130 0 40 73 17 34 77 74
Binary 11011001 10010100 1011000 0 100000 111011 1111 11100 111111 111100

Color Harmonies of #D99458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99458

Black with #D99458

Text Example


Text Example

White with #D99458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99458; }

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

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

background-color css

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

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

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

border-color css

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

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

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