Html Css Color HEX #D8966B Whiskey

📋 copy color: '#D8966B'

red 216 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #D8966B

Tints of Whiskey #D8966B

RGB

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

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

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

R = 45.67%
G = 31.71%
B = 22.62%

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

#D8966B (or 0xD8966B) is known color: Whiskey. HEX triplet: D8, 96 and 6B. RGB value is (216,150,107). Sum of RGB (Red+Green+Blue) = 216+150+107=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8966B is #276994. Grayscale: #A5A5A5. Windows color (decimal): -2582933 or 7050968. OLE color: 7050968.

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

Color convert

RGB 216 150 107 -
CMYK 0 0.31 0.50 0.15
HSL 23.67º 0.58% 0.63% -
HSV(B) 23.67º 0.5% 0.85% -
XYZ 41.88 37.47 18.94 -
YUV 164.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 216 150 107 0 0.31 0.50 0.15 23.67 0.58 0.63
Hex D8 96 6B 0 1F 32 F 18 3A 3F
Octal 330 226 153 0 37 62 17 30 72 77
Binary 11011000 10010110 1101011 0 11111 110010 1111 11000 111010 111111

Color Harmonies of #D8966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8966B

Black with #D8966B

Text Example


Text Example

White with #D8966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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