Html Css Color HEX #D99260 Whiskey Sour

📋 copy color: '#D99260'

red 217 ◦ green 146 ◦ blue 96

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

Shades of Whiskey Sour #D99260

Tints of Whiskey Sour #D99260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.81%

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

R = 47.28%
G = 31.81%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99260 (or 0xD99260) is known color: Whiskey Sour. HEX triplet: D9, 92 and 60. RGB value is (217,146,96). Sum of RGB (Red+Green+Blue) = 217+146+96=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D99260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99260 is #266D9F. Grayscale: #A1A1A1. Windows color (decimal): -2518432 or 6329049. OLE color: 6329049.

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

Color convert

RGB 217 146 96 -
CMYK 0 0.33 0.56 0.15
HSL 24.79º 0.61% 0.61% -
HSV(B) 24.79º 0.56% 0.85% -
XYZ 41.01 36.15 15.88 -
YUV 161.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 217 146 96 0 0.33 0.56 0.15 24.79 0.61 0.61
Hex D9 92 60 0 21 38 F 19 3D 3D
Octal 331 222 140 0 41 70 17 31 75 75
Binary 11011001 10010010 1100000 0 100001 111000 1111 11001 111101 111101

Color Harmonies of #D99260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99260

Black with #D99260

Text Example


Text Example

White with #D99260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99260; }

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

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

background-color css

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

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

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

border-color css

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

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

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