#D69D69

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

Shades of Whiskey #D69D69

Tints of Whiskey #D69D69

Color information

#D69D69 (or 0xD69D69) is unknown color: approx Whiskey. HEX triplet: D6, 9D and 69. RGB value is (214,157,105). Sum of RGB (Red+Green+Blue) = 214+157+105=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D69 is #296296. Grayscale: #A8A8A8. Windows color (decimal): -2712215 or 6921686. OLE color: 6921686.

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

Color convert

RGB214157105-
CMYK00.270.510.16
HSL28.62º57.07%62.55%-
HSV(B)28.62º50.93%83.92%-
XYZ42.3439.4318.74-
YUV168.1192.38160.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=44.96%
G=32.98%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415710500.270.510.1628.6257.0762.55
HexD69D6901B33101d393f
Octal3262351510336320357177
Binary110101101001110111010010110111100111000011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D69; }

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

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

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

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

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

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

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

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