#D6BB4E

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

Shades of Tacha #D6BB4E

Tints of Tacha #D6BB4E

Color information

#D6BB4E (or 0xD6BB4E) is unknown color: approx Tacha. HEX triplet: D6, BB and 4E. RGB value is (214,187,78). Sum of RGB (Red+Green+Blue) = 214+187+78=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB4E is #2944B1. Grayscale: #B7B7B7. Windows color (decimal): -2704562 or 5159894. OLE color: 5159894.

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

Color convert

RGB21418778-
CMYK00.130.640.16
HSL48.09º62.39%57.25%-
HSV(B)48.09º63.55%83.92%-
XYZ46.8850.3914.46-
YUV182.6568.95150.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=44.68%
G=39.04%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141877800.130.640.1648.0962.3957.25
HexD6BB4E0D4010303e39
Octal32627311601510020607671
Binary1101011010111011100111001101100000010000110000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB4E; }

 p { color: rgb(214,187,78); }

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

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

 a { background-color: rgb(214,187,78); }

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

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

 span { border-color: rgb(214,187,78); }

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