Html Css Color HEX #D99553 Whiskey Sour

📋 copy color: '#D99553'

red 217 ◦ green 149 ◦ blue 83

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

Shades of Whiskey Sour #D99553

Tints of Whiskey Sour #D99553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

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

R = 48.33%
G = 33.18%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99553 (or 0xD99553) is known color: Whiskey Sour. HEX triplet: D9, 95 and 53. RGB value is (217,149,83). Sum of RGB (Red+Green+Blue) = 217+149+83=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99553 is #266AAC. Grayscale: #A2A2A2. Windows color (decimal): -2517677 or 5477849. OLE color: 5477849.

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

Color convert

RGB 217 149 83 -
CMYK 0 0.31 0.62 0.15
HSL 29.55º 0.64% 0.59% -
HSV(B) 29.55º 0.62% 0.85% -
XYZ 40.92 36.87 13.14 -
YUV 161.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 217 149 83 0 0.31 0.62 0.15 29.55 0.64 0.59
Hex D9 95 53 0 1F 3E F 1E 40 3B
Octal 331 225 123 0 37 76 17 36 100 73
Binary 11011001 10010101 1010011 0 11111 111110 1111 11110 1000000 111011

Color Harmonies of #D99553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99553

Black with #D99553

Text Example


Text Example

White with #D99553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99553; }

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

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

background-color css

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

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

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

border-color css

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

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

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