Html Css Color HEX #D99360 Whiskey Sour

📋 copy color: '#D99360'

red 217 ◦ green 147 ◦ blue 96

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

Shades of Whiskey Sour #D99360

Tints of Whiskey Sour #D99360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 47.17%
G = 31.96%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99360 (or 0xD99360) is known color: Whiskey Sour. HEX triplet: D9, 93 and 60. RGB value is (217,147,96). Sum of RGB (Red+Green+Blue) = 217+147+96=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99360 is #266C9F. Grayscale: #A2A2A2. Windows color (decimal): -2518176 or 6329305. OLE color: 6329305.

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

Color convert

RGB 217 147 96 -
CMYK 0 0.32 0.56 0.15
HSL 25.29º 0.61% 0.61% -
HSV(B) 25.29º 0.56% 0.85% -
XYZ 41.16 36.46 15.94 -
YUV 162.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 217 147 96 0 0.32 0.56 0.15 25.29 0.61 0.61
Hex D9 93 60 0 20 38 F 19 3D 3D
Octal 331 223 140 0 40 70 17 31 75 75
Binary 11011001 10010011 1100000 0 100000 111000 1111 11001 111101 111101

Color Harmonies of #D99360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99360

Black with #D99360

Text Example


Text Example

White with #D99360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99360; }

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

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

background-color css

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

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

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

border-color css

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

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

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