Html Css Color HEX #D3895F Whiskey

📋 copy color: '#D3895F'

red 211 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #D3895F

Tints of Whiskey #D3895F

RGB

 RED value IS 211 (82.81% from 255) = 47.63%

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

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

R = 47.63%
G = 30.93%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3895F (or 0xD3895F) is known color: Whiskey. HEX triplet: D3, 89 and 5F. RGB value is (211,137,95). Sum of RGB (Red+Green+Blue) = 211+137+95=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D3895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3895F is #2C76A0. Grayscale: #9A9A9A. Windows color (decimal): -2913953 or 6261203. OLE color: 6261203.

HSL color Cylindrical-coordinate representation of color #D3895F: hue angle of 21.72º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3895F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 95 -
CMYK 0 0.35 0.55 0.17
HSL 21.72º 0.57% 0.6% -
HSV(B) 21.72º 0.55% 0.83% -
XYZ 37.88 32.57 15.12 -
YUV 154.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 211 137 95 0 0.35 0.55 0.17 21.72 0.57 0.6
Hex D3 89 5F 0 23 37 11 16 39 3C
Octal 323 211 137 0 43 67 21 26 71 74
Binary 11010011 10001001 1011111 0 100011 110111 10001 10110 111001 111100

Color Harmonies of #D3895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3895F

Black with #D3895F

Text Example


Text Example

White with #D3895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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