Html Css Color HEX #D99258 Whiskey Sour

📋 copy color: '#D99258'

red 217 ◦ green 146 ◦ blue 88

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

Shades of Whiskey Sour #D99258

Tints of Whiskey Sour #D99258

RGB

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

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

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

R = 48.12%
G = 32.37%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99258 (or 0xD99258) is known color: Whiskey Sour. HEX triplet: D9, 92 and 58. RGB value is (217,146,88). Sum of RGB (Red+Green+Blue) = 217+146+88=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D99258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99258 is #266DA7. Grayscale: #A0A0A0. Windows color (decimal): -2518440 or 5804761. OLE color: 5804761.

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

Color convert

RGB 217 146 88 -
CMYK 0 0.33 0.59 0.15
HSL 26.98º 0.63% 0.6% -
HSV(B) 26.98º 0.59% 0.85% -
XYZ 40.66 36.01 14.04 -
YUV 160.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 217 146 88 0 0.33 0.59 0.15 26.98 0.63 0.6
Hex D9 92 58 0 21 3B F 1B 3F 3C
Octal 331 222 130 0 41 73 17 33 77 74
Binary 11011001 10010010 1011000 0 100001 111011 1111 11011 111111 111100

Color Harmonies of #D99258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99258

Black with #D99258

Text Example


Text Example

White with #D99258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99258; }

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

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

background-color css

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

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

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

border-color css

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

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

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