Html Css Color HEX #D99153 Whiskey Sour

📋 copy color: '#D99153'

red 217 ◦ green 145 ◦ blue 83

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

Shades of Whiskey Sour #D99153

Tints of Whiskey Sour #D99153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 83 (32.81% from 255) = 18.65%

R = 48.76%
G = 32.58%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99153 (or 0xD99153) is known color: Whiskey Sour. HEX triplet: D9, 91 and 53. RGB value is (217,145,83). Sum of RGB (Red+Green+Blue) = 217+145+83=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D99153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99153 is #266EAC. Grayscale: #9F9F9F. Windows color (decimal): -2518701 or 5476825. OLE color: 5476825.

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

Color convert

RGB 217 145 83 -
CMYK 0 0.33 0.62 0.15
HSL 27.76º 0.64% 0.59% -
HSV(B) 27.76º 0.62% 0.85% -
XYZ 40.3 35.63 12.94 -
YUV 159.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 217 145 83 0 0.33 0.62 0.15 27.76 0.64 0.59
Hex D9 91 53 0 21 3E F 1C 40 3B
Octal 331 221 123 0 41 76 17 34 100 73
Binary 11011001 10010001 1010011 0 100001 111110 1111 11100 1000000 111011

Color Harmonies of #D99153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99153

Black with #D99153

Text Example


Text Example

White with #D99153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99153; }

 p { color: rgb(217,145,83); }

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

background-color css

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

 a { background-color: rgb(217,145,83); }

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

border-color css

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

 span { border-color: rgb(217,145,83); }

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