Html Css Color HEX #D9966C Whiskey

📋 copy color: '#D9966C'

red 217 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #D9966C

Tints of Whiskey #D9966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.58%

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 45.68%
G = 31.58%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9966C (or 0xD9966C) is known color: Whiskey. HEX triplet: D9, 96 and 6C. RGB value is (217,150,108). Sum of RGB (Red+Green+Blue) = 217+150+108=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9966C is #266993. Grayscale: #A5A5A5. Windows color (decimal): -2517396 or 7116505. OLE color: 7116505.

HSL color Cylindrical-coordinate representation of color #D9966C: hue angle of 23.12º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9966C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 108 -
CMYK 0 0.31 0.50 0.15
HSL 23.12º 0.59% 0.64% -
HSV(B) 23.12º 0.5% 0.85% -
XYZ 42.23 37.65 19.23 -
YUV 165.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 217 150 108 0 0.31 0.50 0.15 23.12 0.59 0.64
Hex D9 96 6C 0 1F 32 F 17 3B 40
Octal 331 226 154 0 37 62 17 27 73 100
Binary 11011001 10010110 1101100 0 11111 110010 1111 10111 111011 1000000

Color Harmonies of #D9966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9966C

Black with #D9966C

Text Example


Text Example

White with #D9966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9966C; }

 p { color: rgb(217,150,108); }

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

background-color css

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

 a { background-color: rgb(217,150,108); }

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

border-color css

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

 span { border-color: rgb(217,150,108); }

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