Html Css Color HEX #D99464 Whiskey

📋 copy color: '#D99464'

red 217 ◦ green 148 ◦ blue 100

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

Shades of Whiskey #D99464

Tints of Whiskey #D99464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 46.67%
G = 31.83%
B = 21.51%

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

#D99464 (or 0xD99464) is known color: Whiskey. HEX triplet: D9, 94 and 64. RGB value is (217,148,100). Sum of RGB (Red+Green+Blue) = 217+148+100=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99464 is #266B9B. Grayscale: #A3A3A3. Windows color (decimal): -2517916 or 6591705. OLE color: 6591705.

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

Color convert

RGB 217 148 100 -
CMYK 0 0.32 0.54 0.15
HSL 24.62º 0.61% 0.62% -
HSV(B) 24.62º 0.54% 0.85% -
XYZ 41.51 36.85 16.98 -
YUV 163.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 217 148 100 0 0.32 0.54 0.15 24.62 0.61 0.62
Hex D9 94 64 0 20 36 F 19 3D 3E
Octal 331 224 144 0 40 66 17 31 75 76
Binary 11011001 10010100 1100100 0 100000 110110 1111 11001 111101 111110

Color Harmonies of #D99464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99464

Black with #D99464

Text Example


Text Example

White with #D99464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99464; }

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

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

background-color css

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

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

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

border-color css

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

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

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