#D6C069

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

Shades of Tacha #D6C069

Tints of Tacha #D6C069

Color information

#D6C069 (or 0xD6C069) is unknown color: approx Tacha. HEX triplet: D6, C0 and 69. RGB value is (214,192,105). Sum of RGB (Red+Green+Blue) = 214+192+105=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C069 is #293F96. Grayscale: #BDBDBD. Windows color (decimal): -2703255 or 6930646. OLE color: 6930646.

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

Color convert

RGB214192105-
CMYK00.100.510.16
HSL47.89º57.07%62.55%-
HSV(B)47.89º50.93%83.92%-
XYZ49.1353.0221.01-
YUV188.6680.79146.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=41.88%
G=37.57%
B=20.55%

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
Decimal21419210500.100.510.1647.8957.0762.55
HexD6C0690A331030393f
Octal3263001510126320607177
Binary110101101100000011010010101011001110000110000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C069; }

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

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

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

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

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

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

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

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