#D78C61

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

Shades of Whiskey #D78C61

Tints of Whiskey #D78C61

Color information

#D78C61 (or 0xD78C61) is unknown color: approx Whiskey. HEX triplet: D7, 8C and 61. RGB value is (215,140,97). Sum of RGB (Red+Green+Blue) = 215+140+97=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C61 is #28739E. Grayscale: #9D9D9D. Windows color (decimal): -2651039 or 6393047. OLE color: 6393047.

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

Color convert

RGB21514097-
CMYK00.350.550.16
HSL21.86º59.6%61.18%-
HSV(B)21.86º54.88%84.31%-
XYZ39.5634.0715.8-
YUV157.5293.85169-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=47.57%
G=30.97%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151409700.350.550.1621.8659.661.18
HexD78C610233710163c3d
Octal3272141410436720267475
Binary1101011110001100110000101000111101111000010110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C61; }

 p { color: rgb(215,140,97); }

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

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

 a { background-color: rgb(215,140,97); }

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

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

 span { border-color: rgb(215,140,97); }

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