Html Css Color HEX #D99353 Whiskey Sour

📋 copy color: '#D99353'

red 217 ◦ green 147 ◦ blue 83

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

Shades of Whiskey Sour #D99353

Tints of Whiskey Sour #D99353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

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

R = 48.55%
G = 32.89%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99353 (or 0xD99353) is known color: Whiskey Sour. HEX triplet: D9, 93 and 53. RGB value is (217,147,83). Sum of RGB (Red+Green+Blue) = 217+147+83=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99353 is #266CAC. Grayscale: #A0A0A0. Windows color (decimal): -2518189 or 5477337. OLE color: 5477337.

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

Color convert

RGB 217 147 83 -
CMYK 0 0.32 0.62 0.15
HSL 28.66º 0.64% 0.59% -
HSV(B) 28.66º 0.62% 0.85% -
XYZ 40.61 36.24 13.04 -
YUV 160.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 217 147 83 0 0.32 0.62 0.15 28.66 0.64 0.59
Hex D9 93 53 0 20 3E F 1D 40 3B
Octal 331 223 123 0 40 76 17 35 100 73
Binary 11011001 10010011 1010011 0 100000 111110 1111 11101 1000000 111011

Color Harmonies of #D99353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99353

Black with #D99353

Text Example


Text Example

White with #D99353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99353; }

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

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

background-color css

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

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

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

border-color css

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

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

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