Html Css Color HEX #D8976C Whiskey

📋 copy color: '#D8976C'

red 216 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #D8976C

Tints of Whiskey #D8976C

RGB

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

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

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

R = 45.47%
G = 31.79%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8976C (or 0xD8976C) is known color: Whiskey. HEX triplet: D8, 97 and 6C. RGB value is (216,151,108). Sum of RGB (Red+Green+Blue) = 216+151+108=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8976C is #276893. Grayscale: #A5A5A5. Windows color (decimal): -2582676 or 7116760. OLE color: 7116760.

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

Color convert

RGB 216 151 108 -
CMYK 0 0.30 0.50 0.15
HSL 23.89º 0.58% 0.64% -
HSV(B) 23.89º 0.5% 0.85% -
XYZ 42.09 37.81 19.27 -
YUV 165.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 216 151 108 0 0.30 0.50 0.15 23.89 0.58 0.64
Hex D8 97 6C 0 1E 32 F 18 3A 40
Octal 330 227 154 0 36 62 17 30 72 100
Binary 11011000 10010111 1101100 0 11110 110010 1111 11000 111010 1000000

Color Harmonies of #D8976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8976C

Black with #D8976C

Text Example


Text Example

White with #D8976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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