Html Css Color HEX #D99255 Whiskey Sour

📋 copy color: '#D99255'

red 217 ◦ green 146 ◦ blue 85

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

Shades of Whiskey Sour #D99255

Tints of Whiskey Sour #D99255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.97%

R = 48.44%
G = 32.59%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99255 (or 0xD99255) is known color: Whiskey Sour. HEX triplet: D9, 92 and 55. RGB value is (217,146,85). Sum of RGB (Red+Green+Blue) = 217+146+85=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D99255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99255 is #266DAA. Grayscale: #A0A0A0. Windows color (decimal): -2518443 or 5608153. OLE color: 5608153.

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

Color convert

RGB 217 146 85 -
CMYK 0 0.33 0.61 0.15
HSL 27.73º 0.63% 0.59% -
HSV(B) 27.73º 0.61% 0.85% -
XYZ 40.53 35.97 13.4 -
YUV 160.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 217 146 85 0 0.33 0.61 0.15 27.73 0.63 0.59
Hex D9 92 55 0 21 3D F 1C 3F 3B
Octal 331 222 125 0 41 75 17 34 77 73
Binary 11011001 10010010 1010101 0 100001 111101 1111 11100 111111 111011

Color Harmonies of #D99255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99255

Black with #D99255

Text Example


Text Example

White with #D99255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99255; }

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

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

background-color css

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

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

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

border-color css

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

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

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