#D6BC54

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

Shades of Tacha #D6BC54

Tints of Tacha #D6BC54

Color information

#D6BC54 (or 0xD6BC54) is unknown color: approx Tacha. HEX triplet: D6, BC and 54. RGB value is (214,188,84). Sum of RGB (Red+Green+Blue) = 214+188+84=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC54 is #2943AB. Grayscale: #B8B8B8. Windows color (decimal): -2704300 or 5553366. OLE color: 5553366.

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

Color convert

RGB21418884-
CMYK00.120.610.16
HSL48º61.32%58.43%-
HSV(B)48º60.75%83.92%-
XYZ47.3250.915.72-
YUV183.9271.61149.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 84 (33.20% from 255) = 17.28%
R=44.03%
G=38.68%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141888400.120.610.164861.3258.43
HexD6BC540C3D10303d3a
Octal3262741240147520607572
Binary110101101011110010101000110011110110000110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC54; }

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

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

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

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

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

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

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

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