#D69864

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

Shades of Whiskey #D69864

Tints of Whiskey #D69864

Color information

#D69864 (or 0xD69864) is unknown color: approx Whiskey. HEX triplet: D6, 98 and 64. RGB value is (214,152,100). Sum of RGB (Red+Green+Blue) = 214+152+100=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D69864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69864 is #29679B. Grayscale: #A4A4A4. Windows color (decimal): -2713500 or 6592726. OLE color: 6592726.

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

Color convert

RGB214152100-
CMYK00.290.530.16
HSL27.37º58.16%61.57%-
HSV(B)27.37º53.27%83.92%-
XYZ41.2637.6717.15-
YUV164.6191.54163.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=45.92%
G=32.62%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415210000.290.530.1627.3758.1661.57
HexD6986401D35101b3a3e
Octal3262301440356520337276
Binary110101101001100011001000111011101011000011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69864; }

 p { color: rgb(214,152,100); }

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

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

 a { background-color: rgb(214,152,100); }

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

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

 span { border-color: rgb(214,152,100); }

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