#d6bc52

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

Shades of Tacha #D6BC52

Tints of Tacha #D6BC52

Color information

#D6BC52 (or 0xD6BC52) is unknown color: approx Tacha. HEX triplet: D6, BC and 52. RGB value is (214,188,82). Sum of RGB (Red+Green+Blue) = 214+188+82=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC52 is #2943AD. Grayscale: #B8B8B8. Windows color (decimal): -2704302 or 5422294. OLE color: 5422294.

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

Color convert

RGB21418882-
CMYK00.120.620.16
HSL48.18º61.68%58.04%-
HSV(B)48.18º61.68%83.92%-
XYZ47.2450.8715.31-
YUV183.6970.61149.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=44.21%
G=38.84%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141888200.120.620.1648.1861.6858.04
HexD6BC520C3E10303e3a
Octal3262741220147620607672
Binary110101101011110010100100110011111010000110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6bc52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6bc52; }

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

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

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

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

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

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

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

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