Html Css Color HEX #D0895F Whiskey

📋 copy color: '#D0895F'

red 208 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #D0895F

Tints of Whiskey #D0895F

RGB

 RED value IS 208 (81.64% from 255) = 47.27%

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

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

R = 47.27%
G = 31.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0895F (or 0xD0895F) is known color: Whiskey. HEX triplet: D0, 89 and 5F. RGB value is (208,137,95). Sum of RGB (Red+Green+Blue) = 208+137+95=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0895F is #2F76A0. Grayscale: #999999. Windows color (decimal): -3110561 or 6261200. OLE color: 6261200.

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

Color convert

RGB 208 137 95 -
CMYK 0 0.34 0.54 0.18
HSL 22.3º 0.55% 0.59% -
HSV(B) 22.3º 0.54% 0.82% -
XYZ 37.02 32.13 15.08 -
YUV 153.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 208 137 95 0 0.34 0.54 0.18 22.3 0.55 0.59
Hex D0 89 5F 0 22 36 12 16 37 3B
Octal 320 211 137 0 42 66 22 26 67 73
Binary 11010000 10001001 1011111 0 100010 110110 10010 10110 110111 111011

Color Harmonies of #D0895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0895F

Black with #D0895F

Text Example


Text Example

White with #D0895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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