Html Css Color HEX #D99264 Whiskey

📋 copy color: '#D99264'

red 217 ◦ green 146 ◦ blue 100

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

Shades of Whiskey #D99264

Tints of Whiskey #D99264

RGB

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

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

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

R = 46.87%
G = 31.53%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99264 (or 0xD99264) is known color: Whiskey. HEX triplet: D9, 92 and 64. RGB value is (217,146,100). Sum of RGB (Red+Green+Blue) = 217+146+100=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99264 is #266D9B. Grayscale: #A2A2A2. Windows color (decimal): -2518428 or 6591193. OLE color: 6591193.

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

Color convert

RGB 217 146 100 -
CMYK 0 0.33 0.54 0.15
HSL 23.59º 0.61% 0.62% -
HSV(B) 23.59º 0.54% 0.85% -
XYZ 41.19 36.23 16.88 -
YUV 161.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 217 146 100 0 0.33 0.54 0.15 23.59 0.61 0.62
Hex D9 92 64 0 21 36 F 18 3D 3E
Octal 331 222 144 0 41 66 17 30 75 76
Binary 11011001 10010010 1100100 0 100001 110110 1111 11000 111101 111110

Color Harmonies of #D99264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99264

Black with #D99264

Text Example


Text Example

White with #D99264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99264; }

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

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

background-color css

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

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

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

border-color css

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

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

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