Html Css Color HEX #D1946C Whiskey

📋 copy color: '#D1946C'

red 209 ◦ green 148 ◦ blue 108

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

Shades of Whiskey #D1946C

Tints of Whiskey #D1946C

RGB

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

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

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

R = 44.95%
G = 31.83%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1946C (or 0xD1946C) is known color: Whiskey. HEX triplet: D1, 94 and 6C. RGB value is (209,148,108). Sum of RGB (Red+Green+Blue) = 209+148+108=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1946C is #2E6B93. Grayscale: #A1A1A1. Windows color (decimal): -3042196 or 7115985. OLE color: 7115985.

HSL color Cylindrical-coordinate representation of color #D1946C: hue angle of 23.76º 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 #D1946C is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 108 -
CMYK 0 0.29 0.48 0.18
HSL 23.76º 0.52% 0.62% -
HSV(B) 23.76º 0.48% 0.82% -
XYZ 39.59 35.82 19.01 -
YUV 161.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 209 148 108 0 0.29 0.48 0.18 23.76 0.52 0.62
Hex D1 94 6C 0 1D 30 12 18 34 3E
Octal 321 224 154 0 35 60 22 30 64 76
Binary 11010001 10010100 1101100 0 11101 110000 10010 11000 110100 111110

Color Harmonies of #D1946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1946C

Black with #D1946C

Text Example


Text Example

White with #D1946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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