#D6BC66

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

Shades of Tacha #D6BC66

Tints of Tacha #D6BC66

Color information

#D6BC66 (or 0xD6BC66) is unknown color: approx Tacha. HEX triplet: D6, BC and 66. RGB value is (214,188,102). Sum of RGB (Red+Green+Blue) = 214+188+102=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC66 is #294399. Grayscale: #BABABA. Windows color (decimal): -2704282 or 6733014. OLE color: 6733014.

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

Color convert

RGB214188102-
CMYK00.120.520.16
HSL46.07º57.73%61.96%-
HSV(B)46.07º52.34%83.92%-
XYZ48.1151.2219.92-
YUV185.9780.61147.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=42.46%
G=37.30%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418810200.120.520.1646.0757.7361.96
HexD6BC660C34102e3a3e
Octal3262741460146420567276
Binary110101101011110011001100110011010010000101110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC66; }

 p { color: rgb(214,188,102); }

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

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

 a { background-color: rgb(214,188,102); }

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

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

 span { border-color: rgb(214,188,102); }

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