Html Css Color HEX #D3946B Whiskey

📋 copy color: '#D3946B'

red 211 ◦ green 148 ◦ blue 107

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

Shades of Whiskey #D3946B

Tints of Whiskey #D3946B

RGB

 RED value IS 211 (82.81% from 255) = 45.28%

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

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

R = 45.28%
G = 31.76%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3946B (or 0xD3946B) is known color: Whiskey. HEX triplet: D3, 94 and 6B. RGB value is (211,148,107). Sum of RGB (Red+Green+Blue) = 211+148+107=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3946B is #2C6B94. Grayscale: #A2A2A2. Windows color (decimal): -2911125 or 7050451. OLE color: 7050451.

HSL color Cylindrical-coordinate representation of color #D3946B: hue angle of 23.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3946B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 107 -
CMYK 0 0.30 0.49 0.17
HSL 23.65º 0.54% 0.62% -
HSV(B) 23.65º 0.49% 0.83% -
XYZ 40.11 36.09 18.76 -
YUV 162.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 211 148 107 0 0.30 0.49 0.17 23.65 0.54 0.62
Hex D3 94 6B 0 1E 31 11 18 36 3E
Octal 323 224 153 0 36 61 21 30 66 76
Binary 11010011 10010100 1101011 0 11110 110001 10001 11000 110110 111110

Color Harmonies of #D3946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3946B

Black with #D3946B

Text Example


Text Example

White with #D3946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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