Html Css Color HEX #D99352 Whiskey Sour

📋 copy color: '#D99352'

red 217 ◦ green 147 ◦ blue 82

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

Shades of Whiskey Sour #D99352

Tints of Whiskey Sour #D99352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.39%

R = 48.65%
G = 32.96%
B = 18.39%

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

#D99352 (or 0xD99352) is known color: Whiskey Sour. HEX triplet: D9, 93 and 52. RGB value is (217,147,82). Sum of RGB (Red+Green+Blue) = 217+147+82=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D99352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99352 is #266CAD. Grayscale: #A0A0A0. Windows color (decimal): -2518190 or 5411801. OLE color: 5411801.

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

Color convert

RGB 217 147 82 -
CMYK 0 0.32 0.62 0.15
HSL 28.89º 0.64% 0.59% -
HSV(B) 28.89º 0.62% 0.85% -
XYZ 40.57 36.23 12.84 -
YUV 160.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 217 147 82 0 0.32 0.62 0.15 28.89 0.64 0.59
Hex D9 93 52 0 20 3E F 1D 40 3B
Octal 331 223 122 0 40 76 17 35 100 73
Binary 11011001 10010011 1010010 0 100000 111110 1111 11101 1000000 111011

Color Harmonies of #D99352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99352

Black with #D99352

Text Example


Text Example

White with #D99352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99352; }

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

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

background-color css

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

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

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

border-color css

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

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

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