Html Css Color HEX #D3976B Whiskey

📋 copy color: '#D3976B'

red 211 ◦ green 151 ◦ blue 107

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

Shades of Whiskey #D3976B

Tints of Whiskey #D3976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 44.99%
G = 32.2%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3976B (or 0xD3976B) is known color: Whiskey. HEX triplet: D3, 97 and 6B. RGB value is (211,151,107). Sum of RGB (Red+Green+Blue) = 211+151+107=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3976B is #2C6894. Grayscale: #A4A4A4. Windows color (decimal): -2910357 or 7051219. OLE color: 7051219.

HSL color Cylindrical-coordinate representation of color #D3976B: hue angle of 25.38º 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 #D3976B is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 107 -
CMYK 0 0.28 0.49 0.17
HSL 25.38º 0.54% 0.62% -
HSV(B) 25.38º 0.49% 0.83% -
XYZ 40.58 37.04 18.92 -
YUV 163.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 211 151 107 0 0.28 0.49 0.17 25.38 0.54 0.62
Hex D3 97 6B 0 1C 31 11 19 36 3E
Octal 323 227 153 0 34 61 21 31 66 76
Binary 11010011 10010111 1101011 0 11100 110001 10001 11001 110110 111110

Color Harmonies of #D3976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3976B

Black with #D3976B

Text Example


Text Example

White with #D3976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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