Html Css Color HEX #D8946A Whiskey

📋 copy color: '#D8946A'

red 216 ◦ green 148 ◦ blue 106

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

Shades of Whiskey #D8946A

Tints of Whiskey #D8946A

RGB

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

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

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

R = 45.96%
G = 31.49%
B = 22.55%

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

#D8946A (or 0xD8946A) is known color: Whiskey. HEX triplet: D8, 94 and 6A. RGB value is (216,148,106). Sum of RGB (Red+Green+Blue) = 216+148+106=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946A is #276B95. Grayscale: #A3A3A3. Windows color (decimal): -2583446 or 6984920. OLE color: 6984920.

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

Color convert

RGB 216 148 106 -
CMYK 0 0.31 0.51 0.15
HSL 22.91º 0.59% 0.63% -
HSV(B) 22.91º 0.51% 0.85% -
XYZ 41.51 36.82 18.55 -
YUV 163.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 216 148 106 0 0.31 0.51 0.15 22.91 0.59 0.63
Hex D8 94 6A 0 1F 33 F 17 3B 3F
Octal 330 224 152 0 37 63 17 27 73 77
Binary 11011000 10010100 1101010 0 11111 110011 1111 10111 111011 111111

Color Harmonies of #D8946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8946A

Black with #D8946A

Text Example


Text Example

White with #D8946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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