#D69169

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

Shades of Whiskey #D69169

Tints of Whiskey #D69169

Color information

#D69169 (or 0xD69169) is unknown color: approx Whiskey. HEX triplet: D6, 91 and 69. RGB value is (214,145,105). Sum of RGB (Red+Green+Blue) = 214+145+105=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D69169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69169 is #296E96. Grayscale: #A1A1A1. Windows color (decimal): -2715287 or 6918614. OLE color: 6918614.

HSL color Cylindrical-coordinate representation of color #D69169: hue angle of 22.02º 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 #D69169 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214145105-
CMYK00.320.510.16
HSL22.02º57.07%62.55%-
HSV(B)22.02º50.93%83.92%-
XYZ40.4135.5718.1-
YUV161.0796.36165.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=46.12%
G=31.25%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414510500.320.510.1622.0257.0762.55
HexD69169020331016393f
Octal3262211510406320267177
Binary1101011010010001110100101000001100111000010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69169; }

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

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

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

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

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

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

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

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