#D69E6D

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

Shades of Whiskey #D69E6D

Tints of Whiskey #D69E6D

Color information

#D69E6D (or 0xD69E6D) is unknown color: approx Whiskey. HEX triplet: D6, 9E and 6D. RGB value is (214,158,109). Sum of RGB (Red+Green+Blue) = 214+158+109=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E6D is #296192. Grayscale: #A9A9A9. Windows color (decimal): -2711955 or 7184086. OLE color: 7184086.

HSL color Cylindrical-coordinate representation of color #D69E6D: hue angle of 28º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D69E6D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214158109-
CMYK00.260.490.16
HSL28º56.15%63.33%-
HSV(B)28º49.07%83.92%-
XYZ42.7239.8519.91-
YUV169.1694.05159.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=44.49%
G=32.85%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415810900.260.490.162856.1563.33
HexD69E6D01A31101c383f
Octal3262361550326120347077
Binary110101101001111011011010110101100011000011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E6D; }

 p { color: rgb(214,158,109); }

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

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

 a { background-color: rgb(214,158,109); }

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

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

 span { border-color: rgb(214,158,109); }

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