Html Css Color HEX #D1966B Whiskey

📋 copy color: '#D1966B'

red 209 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #D1966B

Tints of Whiskey #D1966B

RGB

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

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

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

R = 44.85%
G = 32.19%
B = 22.96%

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

#D1966B (or 0xD1966B) is known color: Whiskey. HEX triplet: D1, 96 and 6B. RGB value is (209,150,107). Sum of RGB (Red+Green+Blue) = 209+150+107=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1966B is #2E6994. Grayscale: #A2A2A2. Windows color (decimal): -3041685 or 7050961. OLE color: 7050961.

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

Color convert

RGB 209 150 107 -
CMYK 0 0.28 0.49 0.18
HSL 25.29º 0.53% 0.62% -
HSV(B) 25.29º 0.49% 0.82% -
XYZ 39.85 36.43 18.84 -
YUV 162.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 209 150 107 0 0.28 0.49 0.18 25.29 0.53 0.62
Hex D1 96 6B 0 1C 31 12 19 35 3E
Octal 321 226 153 0 34 61 22 31 65 76
Binary 11010001 10010110 1101011 0 11100 110001 10010 11001 110101 111110

Color Harmonies of #D1966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1966B

Black with #D1966B

Text Example


Text Example

White with #D1966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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