Html Css Color HEX #D99463 Whiskey

📋 copy color: '#D99463'

red 217 ◦ green 148 ◦ blue 99

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

Shades of Whiskey #D99463

Tints of Whiskey #D99463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 46.77%
G = 31.9%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99463 (or 0xD99463) is known color: Whiskey. HEX triplet: D9, 94 and 63. RGB value is (217,148,99). Sum of RGB (Red+Green+Blue) = 217+148+99=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99463 is #266B9C. Grayscale: #A3A3A3. Windows color (decimal): -2517917 or 6526169. OLE color: 6526169.

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

Color convert

RGB 217 148 99 -
CMYK 0 0.32 0.54 0.15
HSL 24.92º 0.61% 0.62% -
HSV(B) 24.92º 0.54% 0.85% -
XYZ 41.46 36.83 16.73 -
YUV 163.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 217 148 99 0 0.32 0.54 0.15 24.92 0.61 0.62
Hex D9 94 63 0 20 36 F 19 3D 3E
Octal 331 224 143 0 40 66 17 31 75 76
Binary 11011001 10010100 1100011 0 100000 110110 1111 11001 111101 111110

Color Harmonies of #D99463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99463

Black with #D99463

Text Example


Text Example

White with #D99463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99463; }

 p { color: rgb(217,148,99); }

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

background-color css

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

 a { background-color: rgb(217,148,99); }

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

border-color css

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

 span { border-color: rgb(217,148,99); }

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