Html Css Color HEX #D8966C Whiskey

📋 copy color: '#D8966C'

red 216 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #D8966C

Tints of Whiskey #D8966C

RGB

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

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

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

R = 45.57%
G = 31.65%
B = 22.78%

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

#D8966C (or 0xD8966C) is known color: Whiskey. HEX triplet: D8, 96 and 6C. RGB value is (216,150,108). Sum of RGB (Red+Green+Blue) = 216+150+108=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8966C is #276993. Grayscale: #A5A5A5. Windows color (decimal): -2582932 or 7116504. OLE color: 7116504.

HSL color Cylindrical-coordinate representation of color #D8966C: hue angle of 23.33º degrees, saturation: 0.58, 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 #D8966C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 108 -
CMYK 0 0.31 0.50 0.15
HSL 23.33º 0.58% 0.64% -
HSV(B) 23.33º 0.5% 0.85% -
XYZ 41.93 37.49 19.21 -
YUV 164.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 216 150 108 0 0.31 0.50 0.15 23.33 0.58 0.64
Hex D8 96 6C 0 1F 32 F 17 3A 40
Octal 330 226 154 0 37 62 17 27 72 100
Binary 11011000 10010110 1101100 0 11111 110010 1111 10111 111010 1000000

Color Harmonies of #D8966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8966C

Black with #D8966C

Text Example


Text Example

White with #D8966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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