Html Css Color HEX #D5895F Whiskey

📋 copy color: '#D5895F'

red 213 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #D5895F

Tints of Whiskey #D5895F

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

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

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

R = 47.87%
G = 30.79%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5895F (or 0xD5895F) is known color: Whiskey. HEX triplet: D5, 89 and 5F. RGB value is (213,137,95). Sum of RGB (Red+Green+Blue) = 213+137+95=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5895F is #2A76A0. Grayscale: #9B9B9B. Windows color (decimal): -2782881 or 6261205. OLE color: 6261205.

HSL color Cylindrical-coordinate representation of color #D5895F: hue angle of 21.36º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5895F is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 95 -
CMYK 0 0.36 0.55 0.16
HSL 21.36º 0.58% 0.6% -
HSV(B) 21.36º 0.55% 0.84% -
XYZ 38.45 32.86 15.14 -
YUV 154.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 213 137 95 0 0.36 0.55 0.16 21.36 0.58 0.6
Hex D5 89 5F 0 24 37 10 15 3A 3C
Octal 325 211 137 0 44 67 20 25 72 74
Binary 11010101 10001001 1011111 0 100100 110111 10000 10101 111010 111100

Color Harmonies of #D5895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5895F

Black with #D5895F

Text Example


Text Example

White with #D5895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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