Html Css Color HEX #D1976C Whiskey

📋 copy color: '#D1976C'

red 209 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #D1976C

Tints of Whiskey #D1976C

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 44.66%
G = 32.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1976C (or 0xD1976C) is known color: Whiskey. HEX triplet: D1, 97 and 6C. RGB value is (209,151,108). Sum of RGB (Red+Green+Blue) = 209+151+108=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1976C is #2E6893. Grayscale: #A3A3A3. Windows color (decimal): -3041428 or 7116753. OLE color: 7116753.

HSL color Cylindrical-coordinate representation of color #D1976C: hue angle of 25.54º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1976C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 108 -
CMYK 0 0.28 0.48 0.18
HSL 25.54º 0.52% 0.62% -
HSV(B) 25.54º 0.48% 0.82% -
XYZ 40.07 36.77 19.17 -
YUV 163.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 209 151 108 0 0.28 0.48 0.18 25.54 0.52 0.62
Hex D1 97 6C 0 1C 30 12 1A 34 3E
Octal 321 227 154 0 34 60 22 32 64 76
Binary 11010001 10010111 1101100 0 11100 110000 10010 11010 110100 111110

Color Harmonies of #D1976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1976C

Black with #D1976C

Text Example


Text Example

White with #D1976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1976C; }

 p { color: rgb(209,151,108); }

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

background-color css

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

 a { background-color: rgb(209,151,108); }

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

border-color css

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

 span { border-color: rgb(209,151,108); }

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