Html Css Color HEX #D1895F Whiskey

📋 copy color: '#D1895F'

red 209 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #D1895F

Tints of Whiskey #D1895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 47.39%
G = 31.07%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1895F (or 0xD1895F) is known color: Whiskey. HEX triplet: D1, 89 and 5F. RGB value is (209,137,95). Sum of RGB (Red+Green+Blue) = 209+137+95=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1895F is #2E76A0. Grayscale: #999999. Windows color (decimal): -3045025 or 6261201. OLE color: 6261201.

HSL color Cylindrical-coordinate representation of color #D1895F: hue angle of 22.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1895F is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 95 -
CMYK 0 0.34 0.55 0.18
HSL 22.11º 0.55% 0.6% -
HSV(B) 22.11º 0.55% 0.82% -
XYZ 37.31 32.27 15.09 -
YUV 153.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 209 137 95 0 0.34 0.55 0.18 22.11 0.55 0.6
Hex D1 89 5F 0 22 37 12 16 37 3C
Octal 321 211 137 0 42 67 22 26 67 74
Binary 11010001 10001001 1011111 0 100010 110111 10010 10110 110111 111100

Color Harmonies of #D1895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1895F

Black with #D1895F

Text Example


Text Example

White with #D1895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1895F; }

 p { color: rgb(209,137,95); }

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

background-color css

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

 a { background-color: rgb(209,137,95); }

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

border-color css

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

 span { border-color: rgb(209,137,95); }

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