Html Css Color HEX #D8946B Whiskey

📋 copy color: '#D8946B'

red 216 ◦ green 148 ◦ blue 107

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

Shades of Whiskey #D8946B

Tints of Whiskey #D8946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 45.86%
G = 31.42%
B = 22.72%

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

#D8946B (or 0xD8946B) is known color: Whiskey. HEX triplet: D8, 94 and 6B. RGB value is (216,148,107). Sum of RGB (Red+Green+Blue) = 216+148+107=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946B is #276B94. Grayscale: #A3A3A3. Windows color (decimal): -2583445 or 7050456. OLE color: 7050456.

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

Color convert

RGB 216 148 107 -
CMYK 0 0.31 0.50 0.15
HSL 22.57º 0.58% 0.63% -
HSV(B) 22.57º 0.5% 0.85% -
XYZ 41.56 36.84 18.83 -
YUV 163.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 216 148 107 0 0.31 0.50 0.15 22.57 0.58 0.63
Hex D8 94 6B 0 1F 32 F 17 3A 3F
Octal 330 224 153 0 37 62 17 27 72 77
Binary 11011000 10010100 1101011 0 11111 110010 1111 10111 111010 111111

Color Harmonies of #D8946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8946B

Black with #D8946B

Text Example


Text Example

White with #D8946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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