Html Css Color HEX #D99564 Whiskey

📋 copy color: '#D99564'

red 217 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #D99564

Tints of Whiskey #D99564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 46.57%
G = 31.97%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99564 (or 0xD99564) is known color: Whiskey. HEX triplet: D9, 95 and 64. RGB value is (217,149,100). Sum of RGB (Red+Green+Blue) = 217+149+100=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99564 is #266A9B. Grayscale: #A4A4A4. Windows color (decimal): -2517660 or 6591961. OLE color: 6591961.

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

Color convert

RGB 217 149 100 -
CMYK 0 0.31 0.54 0.15
HSL 25.13º 0.61% 0.62% -
HSV(B) 25.13º 0.54% 0.85% -
XYZ 41.66 37.17 17.03 -
YUV 163.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 217 149 100 0 0.31 0.54 0.15 25.13 0.61 0.62
Hex D9 95 64 0 1F 36 F 19 3D 3E
Octal 331 225 144 0 37 66 17 31 75 76
Binary 11011001 10010101 1100100 0 11111 110110 1111 11001 111101 111110

Color Harmonies of #D99564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99564

Black with #D99564

Text Example


Text Example

White with #D99564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99564; }

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

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

background-color css

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

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

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

border-color css

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

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

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