#D6C168

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

Shades of Tacha #D6C168

Tints of Tacha #D6C168

Color information

#D6C168 (or 0xD6C168) is unknown color: approx Tacha. HEX triplet: D6, C1 and 68. RGB value is (214,193,104). Sum of RGB (Red+Green+Blue) = 214+193+104=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C168 is #293E97. Grayscale: #BDBDBD. Windows color (decimal): -2703000 or 6865366. OLE color: 6865366.

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

Color convert

RGB214193104-
CMYK00.100.510.16
HSL48.55º57.29%62.35%-
HSV(B)48.55º51.4%83.92%-
XYZ49.353.4420.81-
YUV189.1379.96145.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=41.88%
G=37.77%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419310400.100.510.1648.5557.2962.35
HexD6C1680A331031393e
Octal3263011500126320617176
Binary110101101100000111010000101011001110000110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C168; }

 p { color: rgb(214,193,104); }

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

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

 a { background-color: rgb(214,193,104); }

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

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

 span { border-color: rgb(214,193,104); }

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