#D69D6A

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

Shades of Whiskey #D69D6A

Tints of Whiskey #D69D6A

Color information

#D69D6A (or 0xD69D6A) is unknown color: approx Whiskey. HEX triplet: D6, 9D and 6A. RGB value is (214,157,106). Sum of RGB (Red+Green+Blue) = 214+157+106=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D6A is #296295. Grayscale: #A8A8A8. Windows color (decimal): -2712214 or 6987222. OLE color: 6987222.

HSL color Cylindrical-coordinate representation of color #D69D6A: hue angle of 28.33º degrees, saturation: 0.57, 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 #D69D6A is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214157106-
CMYK00.270.500.16
HSL28.33º56.84%62.75%-
HSV(B)28.33º50.47%83.92%-
XYZ42.3939.4519.02-
YUV168.2392.88160.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=44.86%
G=32.91%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415710600.270.500.1628.3356.8462.75
HexD69D6A01B32101c393f
Octal3262351520336220347177
Binary110101101001110111010100110111100101000011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D6A; }

 p { color: rgb(214,157,106); }

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

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

 a { background-color: rgb(214,157,106); }

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

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

 span { border-color: rgb(214,157,106); }

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