#D69E6C

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

Shades of Whiskey #D69E6C

Tints of Whiskey #D69E6C

Color information

#D69E6C (or 0xD69E6C) is unknown color: approx Whiskey. HEX triplet: D6, 9E and 6C. RGB value is (214,158,108). Sum of RGB (Red+Green+Blue) = 214+158+108=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E6C is #296193. Grayscale: #A9A9A9. Windows color (decimal): -2711956 or 7118550. OLE color: 7118550.

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

Color convert

RGB214158108-
CMYK00.260.500.16
HSL28.3º56.38%63.14%-
HSV(B)28.3º49.53%83.92%-
XYZ42.6739.8319.63-
YUV169.0493.55160.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=44.58%
G=32.92%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415810800.260.500.1628.356.3863.14
HexD69E6C01A32101c383f
Octal3262361540326220347077
Binary110101101001111011011000110101100101000011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E6C; }

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

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

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

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

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

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

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

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