Html Css Color HEX #D7946B Whiskey

📋 copy color: '#D7946B'

red 215 ◦ green 148 ◦ blue 107

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

Shades of Whiskey #D7946B

Tints of Whiskey #D7946B

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

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

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

R = 45.74%
G = 31.49%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7946B (or 0xD7946B) is known color: Whiskey. HEX triplet: D7, 94 and 6B. RGB value is (215,148,107). Sum of RGB (Red+Green+Blue) = 215+148+107=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7946B is #286B94. Grayscale: #A3A3A3. Windows color (decimal): -2648981 or 7050455. OLE color: 7050455.

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

Color convert

RGB 215 148 107 -
CMYK 0 0.31 0.50 0.16
HSL 22.78º 0.57% 0.63% -
HSV(B) 22.78º 0.5% 0.84% -
XYZ 41.27 36.69 18.82 -
YUV 163.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 215 148 107 0 0.31 0.50 0.16 22.78 0.57 0.63
Hex D7 94 6B 0 1F 32 10 17 39 3F
Octal 327 224 153 0 37 62 20 27 71 77
Binary 11010111 10010100 1101011 0 11111 110010 10000 10111 111001 111111

Color Harmonies of #D7946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7946B

Black with #D7946B

Text Example


Text Example

White with #D7946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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