Html Css Color HEX #D8966A Whiskey

📋 copy color: '#D8966A'

red 216 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #D8966A

Tints of Whiskey #D8966A

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 45.76%
G = 31.78%
B = 22.46%

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

#D8966A (or 0xD8966A) is known color: Whiskey. HEX triplet: D8, 96 and 6A. RGB value is (216,150,106). Sum of RGB (Red+Green+Blue) = 216+150+106=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8966A is #276995. Grayscale: #A4A4A4. Windows color (decimal): -2582934 or 6985432. OLE color: 6985432.

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

Color convert

RGB 216 150 106 -
CMYK 0 0.31 0.51 0.15
HSL 24º 0.59% 0.63% -
HSV(B) 24º 0.51% 0.85% -
XYZ 41.83 37.45 18.66 -
YUV 164.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 216 150 106 0 0.31 0.51 0.15 24 0.59 0.63
Hex D8 96 6A 0 1F 33 F 18 3B 3F
Octal 330 226 152 0 37 63 17 30 73 77
Binary 11011000 10010110 1101010 0 11111 110011 1111 11000 111011 111111

Color Harmonies of #D8966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8966A

Black with #D8966A

Text Example


Text Example

White with #D8966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8966A; }

 p { color: rgb(216,150,106); }

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

background-color css

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

 a { background-color: rgb(216,150,106); }

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

border-color css

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

 span { border-color: rgb(216,150,106); }

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