#D0895D

Color #D0895D Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D0895D

Tints of Whiskey #D0895D

Color information

#D0895D (or 0xD0895D) is unknown color: approx Whiskey. HEX triplet: D0, 89 and 5D. RGB value is (208,137,93). Sum of RGB (Red+Green+Blue) = 208+137+93=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0895D is #2F76A2. Grayscale: #999999. Windows color (decimal): -3110563 or 6130128. OLE color: 6130128.

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

Color convert

RGB20813793-
CMYK00.340.550.18
HSL22.96º55.02%59.02%-
HSV(B)22.96º55.29%81.57%-
XYZ36.9332.0914.6-
YUV153.2194.02167.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=47.49%
G=31.28%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081379300.340.550.1822.9655.0259.02
HexD0895D022371217373b
Octal3202111350426722276773
Binary1101000010001001101110101000101101111001010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0895D; }

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

 H1.HeaderClassName
 {
   color: #D0895D;
 }
 .AnyTagClassName
 {
   color: #D0895D;
 }
</style>
background-color css

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

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

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

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

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

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