#D69167

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

Shades of Whiskey #D69167

Tints of Whiskey #D69167

Color information

#D69167 (or 0xD69167) is unknown color: approx Whiskey. HEX triplet: D6, 91 and 67. RGB value is (214,145,103). Sum of RGB (Red+Green+Blue) = 214+145+103=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69167 is #296E98. Grayscale: #A1A1A1. Windows color (decimal): -2715289 or 6787542. OLE color: 6787542.

HSL color Cylindrical-coordinate representation of color #D69167: hue angle of 22.7º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D69167 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214145103-
CMYK00.320.520.16
HSL22.7º57.51%62.16%-
HSV(B)22.7º51.87%83.92%-
XYZ40.3135.5317.56-
YUV160.8495.36165.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=46.32%
G=31.39%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414510300.320.520.1622.757.5162.16
HexD691670203410173a3e
Octal3262211470406420277276
Binary1101011010010001110011101000001101001000010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69167; }

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

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

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

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

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

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

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

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