Html Css Color HEX #D9966B Whiskey

📋 copy color: '#D9966B'

red 217 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #D9966B

Tints of Whiskey #D9966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 45.78%
G = 31.65%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9966B (or 0xD9966B) is known color: Whiskey. HEX triplet: D9, 96 and 6B. RGB value is (217,150,107). Sum of RGB (Red+Green+Blue) = 217+150+107=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9966B is #266994. Grayscale: #A5A5A5. Windows color (decimal): -2517397 or 7050969. OLE color: 7050969.

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

Color convert

RGB 217 150 107 -
CMYK 0 0.31 0.51 0.15
HSL 23.45º 0.59% 0.64% -
HSV(B) 23.45º 0.51% 0.85% -
XYZ 42.18 37.63 18.95 -
YUV 165.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 217 150 107 0 0.31 0.51 0.15 23.45 0.59 0.64
Hex D9 96 6B 0 1F 33 F 17 3B 40
Octal 331 226 153 0 37 63 17 27 73 100
Binary 11011001 10010110 1101011 0 11111 110011 1111 10111 111011 1000000

Color Harmonies of #D9966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9966B

Black with #D9966B

Text Example


Text Example

White with #D9966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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