#D4895D

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

Shades of Whiskey #D4895D

Tints of Whiskey #D4895D

Color information

#D4895D (or 0xD4895D) is unknown color: approx Whiskey. HEX triplet: D4, 89 and 5D. RGB value is (212,137,93). Sum of RGB (Red+Green+Blue) = 212+137+93=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4895D is #2B76A2. Grayscale: #9A9A9A. Windows color (decimal): -2848419 or 6130132. OLE color: 6130132.

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

Color convert

RGB21213793-
CMYK00.350.560.17
HSL22.18º58.05%59.8%-
HSV(B)22.18º56.13%83.14%-
XYZ38.0732.6814.66-
YUV154.4193.35169.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=47.96%
G=31.00%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121379300.350.560.1722.1858.0559.8
HexD4895D0233811163a3c
Octal3242111350437021267274
Binary1101010010001001101110101000111110001000110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4895D; }

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

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

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

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

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

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

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

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