Html Css Color HEX #D1966A Whiskey

📋 copy color: '#D1966A'

red 209 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #D1966A

Tints of Whiskey #D1966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 44.95%
G = 32.26%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1966A (or 0xD1966A) is known color: Whiskey. HEX triplet: D1, 96 and 6A. RGB value is (209,150,106). Sum of RGB (Red+Green+Blue) = 209+150+106=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1966A is #2E6995. Grayscale: #A2A2A2. Windows color (decimal): -3041686 or 6985425. OLE color: 6985425.

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

Color convert

RGB 209 150 106 -
CMYK 0 0.28 0.49 0.18
HSL 25.63º 0.53% 0.62% -
HSV(B) 25.63º 0.49% 0.82% -
XYZ 39.8 36.41 18.57 -
YUV 162.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 209 150 106 0 0.28 0.49 0.18 25.63 0.53 0.62
Hex D1 96 6A 0 1C 31 12 1A 35 3E
Octal 321 226 152 0 34 61 22 32 65 76
Binary 11010001 10010110 1101010 0 11100 110001 10010 11010 110101 111110

Color Harmonies of #D1966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1966A

Black with #D1966A

Text Example


Text Example

White with #D1966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1966A; }

 p { color: rgb(209,150,106); }

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

background-color css

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

 a { background-color: rgb(209,150,106); }

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

border-color css

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

 span { border-color: rgb(209,150,106); }

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