Html Css Color HEX #D1956B Whiskey

📋 copy color: '#D1956B'

red 209 ◦ green 149 ◦ blue 107

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

Shades of Whiskey #D1956B

Tints of Whiskey #D1956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 44.95%
G = 32.04%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1956B (or 0xD1956B) is known color: Whiskey. HEX triplet: D1, 95 and 6B. RGB value is (209,149,107). Sum of RGB (Red+Green+Blue) = 209+149+107=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1956B is #2E6A94. Grayscale: #A2A2A2. Windows color (decimal): -3041941 or 7050705. OLE color: 7050705.

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

Color convert

RGB 209 149 107 -
CMYK 0 0.29 0.49 0.18
HSL 24.71º 0.53% 0.62% -
HSV(B) 24.71º 0.49% 0.82% -
XYZ 39.7 36.11 18.79 -
YUV 162.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 209 149 107 0 0.29 0.49 0.18 24.71 0.53 0.62
Hex D1 95 6B 0 1D 31 12 19 35 3E
Octal 321 225 153 0 35 61 22 31 65 76
Binary 11010001 10010101 1101011 0 11101 110001 10010 11001 110101 111110

Color Harmonies of #D1956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1956B

Black with #D1956B

Text Example


Text Example

White with #D1956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1956B; }

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

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

background-color css

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

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

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

border-color css

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

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

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