Html Css Color HEX #D99764 Whiskey

📋 copy color: '#D99764'

red 217 ◦ green 151 ◦ blue 100

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

Shades of Whiskey #D99764

Tints of Whiskey #D99764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.26%

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

R = 46.37%
G = 32.26%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99764 (or 0xD99764) is known color: Whiskey. HEX triplet: D9, 97 and 64. RGB value is (217,151,100). Sum of RGB (Red+Green+Blue) = 217+151+100=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99764 is #26689B. Grayscale: #A5A5A5. Windows color (decimal): -2517148 or 6592473. OLE color: 6592473.

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

Color convert

RGB 217 151 100 -
CMYK 0 0.30 0.54 0.15
HSL 26.15º 0.61% 0.62% -
HSV(B) 26.15º 0.54% 0.85% -
XYZ 41.98 37.81 17.14 -
YUV 164.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 217 151 100 0 0.30 0.54 0.15 26.15 0.61 0.62
Hex D9 97 64 0 1E 36 F 1A 3D 3E
Octal 331 227 144 0 36 66 17 32 75 76
Binary 11011001 10010111 1100100 0 11110 110110 1111 11010 111101 111110

Color Harmonies of #D99764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99764

Black with #D99764

Text Example


Text Example

White with #D99764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99764; }

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

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

background-color css

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

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

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

border-color css

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

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

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